Skip to main content
The Fellow node adds Fellow operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Fellow also includes 5 trigger operations (marked in the tables below) that can start a workflow when something happens in Fellow.
You can wire the Fellow node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Fellow under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Action items

OperationIDDescriptionTrigger
Archive Action Itemarchive_action_itemArchive an action item by marking it ‘won’t do’.
List Action Itemslist_action_itemsList action items with optional scope filter and cursor pagination.
Mark Action Item Completecomplete_action_itemToggle an action item’s completion state.
Retrieve Action Itemget_action_itemRetrieve a single action item by ID.

Notes

OperationIDDescriptionTrigger
Delete Notedelete_notePermanently delete a note. Requires a Super Admin (privileged) key.
List Noteslist_notesList meeting notes with optional filters and cursor pagination.
Retrieve Noteget_noteRetrieve a single note by ID (structured / AI note content).

Profile

OperationIDDescriptionTrigger
Get My Profileget_meRetrieve the authenticated user and workspace info (validates the key).

Recordings

OperationIDDescriptionTrigger
Delete Recordingdelete_recordingPermanently delete a recording. Requires a Super Admin (privileged) key.
List Recordingslist_recordingsList meeting recordings with optional filters and cursor pagination.
Retrieve Recordingget_recordingRetrieve one recording, including transcript segments.

Webhooks

OperationIDDescriptionTrigger
Create Webhookcreate_webhookCreate a webhook subscription that receives HTTP POST on subscribed events.
Delete Webhookdelete_webhookDelete a webhook subscription by ID.
List Webhookslist_webhooksList webhook subscriptions.
Retrieve Webhookget_webhookRetrieve a single webhook subscription by ID.
Update Webhookupdate_webhookPartial update of a webhook subscription (only provided fields change).

Other

OperationIDDescriptionTrigger
On Action Item Assignedon_action_item_assignedFire when a Fellow action item is assigned to someone.Yes
On Action Item Completedon_action_item_completedFire when a Fellow action item is marked complete.Yes
On AI Note Generatedon_ai_note_generatedFire when Fellow generates an AI note for a meeting.Yes
On AI Note Sharedon_ai_note_sharedFire when a Fellow AI note is shared to a channel (e.g. Slack, Teams).Yes
On Fellow Event (Any)on_fellow_eventFire on any Fellow AI-note or action-item event (catch-all, backward-compat).Yes