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_itemsRetrieve action items from your Fellow meetings with optional filtering by assignee, completion status, date range, and other criteria to integrate tasks into your workflow tools. Use this to sync meeting-generated action items with your project management system, reporting tools, or automation workflows.
Mark an action item complete or incomplete
/api/v1/action_item/{action_item_id}/completeUpdate the completion status of an action item in Fellow, enabling you to synchronize task progress across your workflow tools without manual updates.
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.
Retrieve an action item
/api/v1/action_item/{action_item_id}Fetch detailed information about a specific action item including who it's assigned to, when it's due, and whether it's completed. Use this to sync task details with your external tools or check the current status of action items from your meetings.
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/notesSearch and retrieve meeting notes from your Fellow workspace with optional filtering by title, attendees, date ranges, and other criteria to integrate meeting documentation into your systems.
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.
Retrieve a meeting note
/api/v1/note/{note_id}Retrieves the complete details of a specific meeting note, including title, content, attendees, and associated meeting information for integration into your workflows.
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.
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.
List meeting recordings
/api/v1/recordingsRetrieve a searchable list of your meeting recordings with optional filters by title, event, channel, or date range, and navigate results using cursor-based pagination.
Retrieve a meeting recording
/api/v1/recording/{recording_id}Retrieve a specific meeting recording with its associated media URL, transcript, AI-generated notes, and meeting details. This enables you to access recording content programmatically for sharing, archiving, or further processing.
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/meRetrieves the profile and workspace information for the user making the API request, allowing you to verify the connected account and understand the workspace context for subsequent operations.
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.