> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fellow

> Connect Fellow to your workflows: 21 operations across 6 categories.

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.

<Note>
  You can wire the Fellow node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Fellow under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Enter the values manually when creating the credential.

[Get your credentials here](https://help.fellow.ai/en/articles/11817206-developer-api).

## Operations

### Action items

| Operation                     | ID                     | Description                                                         | Trigger |
| ----------------------------- | ---------------------- | ------------------------------------------------------------------- | ------- |
| **Archive Action Item**       | `archive_action_item`  | Archive an action item by marking it 'won't do'.                    |         |
| **List Action Items**         | `list_action_items`    | List action items with optional scope filter and cursor pagination. |         |
| **Mark Action Item Complete** | `complete_action_item` | Toggle an action item's completion state.                           |         |
| **Retrieve Action Item**      | `get_action_item`      | Retrieve a single action item by ID.                                |         |

### Notes

| Operation         | ID            | Description                                                         | Trigger |
| ----------------- | ------------- | ------------------------------------------------------------------- | ------- |
| **Delete Note**   | `delete_note` | Permanently delete a note. Requires a Super Admin (privileged) key. |         |
| **List Notes**    | `list_notes`  | List meeting notes with optional filters and cursor pagination.     |         |
| **Retrieve Note** | `get_note`    | Retrieve a single note by ID (structured / AI note content).        |         |

### Profile

| Operation          | ID       | Description                                                             | Trigger |
| ------------------ | -------- | ----------------------------------------------------------------------- | ------- |
| **Get My Profile** | `get_me` | Retrieve the authenticated user and workspace info (validates the key). |         |

### Recordings

| Operation              | ID                 | Description                                                              | Trigger |
| ---------------------- | ------------------ | ------------------------------------------------------------------------ | ------- |
| **Delete Recording**   | `delete_recording` | Permanently delete a recording. Requires a Super Admin (privileged) key. |         |
| **List Recordings**    | `list_recordings`  | List meeting recordings with optional filters and cursor pagination.     |         |
| **Retrieve Recording** | `get_recording`    | Retrieve one recording, including transcript segments.                   |         |

### Webhooks

| Operation            | ID               | Description                                                                 | Trigger |
| -------------------- | ---------------- | --------------------------------------------------------------------------- | ------- |
| **Create Webhook**   | `create_webhook` | Create a webhook subscription that receives HTTP POST on subscribed events. |         |
| **Delete Webhook**   | `delete_webhook` | Delete a webhook subscription by ID.                                        |         |
| **List Webhooks**    | `list_webhooks`  | List webhook subscriptions.                                                 |         |
| **Retrieve Webhook** | `get_webhook`    | Retrieve a single webhook subscription by ID.                               |         |
| **Update Webhook**   | `update_webhook` | Partial update of a webhook subscription (only provided fields change).     |         |

### Other

| Operation                    | ID                         | Description                                                                   | Trigger |
| ---------------------------- | -------------------------- | ----------------------------------------------------------------------------- | ------- |
| **On Action Item Assigned**  | `on_action_item_assigned`  | Fire when a Fellow action item is assigned to someone.                        | Yes     |
| **On Action Item Completed** | `on_action_item_completed` | Fire when a Fellow action item is marked complete.                            | Yes     |
| **On AI Note Generated**     | `on_ai_note_generated`     | Fire when Fellow generates an AI note for a meeting.                          | Yes     |
| **On AI Note Shared**        | `on_ai_note_shared`        | Fire when a Fellow AI note is shared to a channel (e.g. Slack, Teams).        | Yes     |
| **On Fellow Event (Any)**    | `on_fellow_event`          | Fire on any Fellow AI-note or action-item event (catch-all, backward-compat). | Yes     |
