Half of what customers tell you happens in a meeting nobody wrote up. Fellow records those meetings and writes the notes; connecting it lets an agent run the moment a note is generated and turn the transcript into signals.
Connect
Fellow uses an API key rather than a redirect.
You need a paid Fellow plan with the Developer API switched on by an admin in your workspace security settings.
Create an API key in Fellow
Create a key under User Settings, then Developer tools.
Fill in the connect form
Clicking Connect opens a form with two fields: your workspace subdomain (the part before .fellow.app in your Fellow URL) and the API key.
Submit
Squad registers a webhook in Fellow so new notes reach the right workspace. Disconnecting removes that webhook again.
Triggers
One trigger, Note generated. It fires when Fellow finishes generating AI notes from a recording, not when a meeting is scheduled or a recording starts.
Capture note transcript comes free with the Fellow trigger, dedupes on the note, and skips notes with nothing in them. Fellow has none. Squad reads notes and never changes anything in Fellow.
A worked example
Build an agent triggered on Note generated. It captures the transcript, so what the customer actually said becomes evidence rather than a memory. Then it reads the note’s attendees to work out whether this was a customer call or an internal sync, and only writes up the customer ones. Point its output at a Slack channel and your team gets the summary while the call is still fresh.
Limits
Requires a paid Fellow plan with the Developer API enabled. The trigger fires for every note your workspace generates, so filter inside the agent’s instructions if you only care about certain meetings. Read-only, so Squad can’t tick off action items or edit a note.