action_item.assigned
Fires when an action item is assigned to a user
Fellow
4 triggers and 16 actions for Fellow workflows.
Each trigger lists the event it fires on, the data it sends, and a template you can use it in.
Real-time push from the source.
action_item.assigned
Fires when an action item is assigned to a user
action_item.completed
Fires when an action item is marked complete in Fellow
ai_note.generated
Fires when Fellow finishes generating AI notes for a meeting
ai_note.shared_to_channel
Fires when an AI-generated note is shared to a Fellow channel
Operations are the actions a workflow can take in Fellow, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Manage tasks and deliverables tracked during meetings. Use these operations to create workflows that archive completed items, check their status, mark them as done or pending, and retrieve your full action item backlog for integration with project management tools.
List action items
/api/v1/action_itemsList action items with filters for assignee, status, or due date
Mark an action item complete or incomplete
/api/v1/action_item/{action_item_id}/completeMark a Fellow action item as complete from an external trigger
Retrieve an action item
/api/v1/action_item/{action_item_id}Retrieve a single action item by ID, including assignee and due date
Archive an action item
/api/v1/action_item/{action_item_id}/archiveMark an action item as archived so it no longer clutters your active task list, making it easy to clean up completed or cancelled tasks that are no longer relevant.
Access meeting documentation and summaries stored in Fellow. These operations let you retrieve, organize, and remove notes from your workflow automation, enabling you to sync meeting insights with knowledge bases or content management systems.
List meeting notes
/api/v1/notesList meeting notes with filters for date range, attendee, or channel
Retrieve a meeting note
/api/v1/note/{note_id}Retrieve a single meeting note by ID, including content and metadata
Delete a meeting note
/api/v1/note/{note_id}Permanently delete a meeting note from Fellow to remove recorded information. This is useful when you need to eliminate sensitive or outdated meeting details from your organization's records.
Handle video recordings of your meetings for archival and distribution purposes. Use these operations to retrieve recording metadata, manage your recording library, and delete old or unnecessary recordings as part of your content lifecycle automation.
List meeting recordings
/api/v1/recordingsList meeting recordings with filters for date range and meeting metadata
Retrieve a meeting recording
/api/v1/recording/{recording_id}Retrieve a single meeting recording's metadata and access URLs
Delete a meeting recording
/api/v1/recording/{recording_id}Permanently remove a recording and its transcript from Fellow to maintain data privacy and compliance standards. Use this when you need to delete meeting records after a specific retention period or due to privacy requests.
Retrieve information about the authenticated user making API requests. This operation provides user context and identity details needed to personalize workflows or verify permissions for downstream automation steps.
Get the authenticated user
/api/v1/meResolve the authenticated user and workspace subdomain for the current API key
Set up real-time event subscriptions to trigger automations when Fellow data changes. These operations let you create, manage, and monitor webhook connections so your other tools stay synchronized with meeting activity and updates automatically.
Create a webhook subscription
/api/v1/webhookSet up a webhook endpoint to receive real-time notifications from Fellow when meeting events occur, such as when notes are created or recordings finish processing.
Delete a webhook subscription
/api/v1/webhook/{webhook_id}Remove a webhook subscription to stop Fellow from sending events to a specific endpoint. Use this when you're disconnecting an integration, switching to a new URL, or cleaning up unused webhook connections.
List webhook subscriptions
/api/v1/webhooksRetrieve all webhook subscriptions for your Fellow account to see which endpoints are currently receiving events and their statuses. Use this to audit active connections or manage which systems are receiving Fellow updates.
Retrieve a webhook subscription
/api/v1/webhook/{webhook_id}Fetch the configuration details for a specific webhook including its target URL, subscribed events, and current status. Use this to verify your webhook subscriptions are active and working correctly.
Update a webhook subscription
/api/v1/webhook/{webhook_id}Modify an existing webhook subscription by updating specific fields like the target URL, active status, or event triggers without needing to recreate the entire webhook.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.
Cross-tool workflows that propose actions and wait for your approval.