Fellow integration (Productivity, Communication). Imported from open-connector.
https://{subdomain}.fellow.app/api/v1/me
/api/v1/notes
| Param | Type | Required | Description |
|---|---|---|---|
| pagination | object | optional | — |
| include | object | optional | — |
| filters | object | optional | — |
/api/v1/note/{note_id}
| Param | Type | Required | Description |
|---|---|---|---|
| note_id | string | required | The Fellow note ID. |
/api/v1/action_items
| Param | Type | Required | Description |
|---|---|---|---|
| pagination | object | optional | — |
| include | object | optional | — |
| order_by | string | optional | — |
| filters | object | optional | — |
/api/v1/action_item/{action_item_id}
| Param | Type | Required | Description |
|---|---|---|---|
| action_item_id | string | required | The Fellow action item ID. |
/api/v1/action_item/{action_item_id}/complete
| Param | Type | Required | Description |
|---|---|---|---|
| action_item_id | string | required | The Fellow action item ID. |
| completed | boolean | optional | Whether the Fellow action item should be marked complete. |
/api/v1/action_item/{action_item_id}/archive
| Param | Type | Required | Description |
|---|---|---|---|
| action_item_id | string | required | The Fellow action item ID. |