← Tools Reference

Fellow

Fellow integration (Productivity, Communication). Imported from open-connector.

API key7 toolshttps://{subdomain}.fellow.app
GET
fellow_get_current_user
Get the Fellow user and workspace associated with the current API key.

/api/v1/me

POST
fellow_list_notes
List Fellow meeting notes with optional filters, includes, and pagination.

/api/v1/notes

3 parameters
ParamTypeRequiredDescription
paginationobjectoptional
includeobjectoptional
filtersobjectoptional
GET
fellow_get_note
Retrieve one Fellow meeting note by ID.

/api/v1/note/{note_id}

1 parameter
ParamTypeRequiredDescription
note_idstringrequiredThe Fellow note ID.
POST
fellow_list_action_items
List Fellow action items with optional filters, ordering, and pagination.

/api/v1/action_items

4 parameters
ParamTypeRequiredDescription
paginationobjectoptional
includeobjectoptional
order_bystringoptional
filtersobjectoptional
GET
fellow_get_action_item
Retrieve one Fellow action item by ID.

/api/v1/action_item/{action_item_id}

1 parameter
ParamTypeRequiredDescription
action_item_idstringrequiredThe Fellow action item ID.
POST
fellow_mark_action_item_complete
Mark a Fellow action item complete or incomplete.

/api/v1/action_item/{action_item_id}/complete

2 parameters
ParamTypeRequiredDescription
action_item_idstringrequiredThe Fellow action item ID.
completedbooleanoptionalWhether the Fellow action item should be marked complete.
POST
fellow_archive_action_item
Archive a Fellow action item by marking it as won't do.

/api/v1/action_item/{action_item_id}/archive

1 parameter
ParamTypeRequiredDescription
action_item_idstringrequiredThe Fellow action item ID.