Otter.ai integration (AI, Productivity). Imported from open-connector.
https://api.otter.ai/v1/workspace
/v1/channels
/v1/channels/{channelId}/members
| Param | Type | Required | Description |
|---|---|---|---|
| channelId | string | required | The Otter.ai channel ID. |
/v1/conversations
| Param | Type | Required | Description |
|---|---|---|---|
| includeShared | boolean | optional | Whether to include conversations shared with the workspace. |
| channelId | string | optional | Filter conversations to a specific Otter.ai channel ID. |
| limit | integer | optional | Maximum number of records to return. Otter.ai allows 1 to 100. |
| cursor | string | optional | Cursor token returned by a previous Otter.ai page. |
/v1/conversations/{conversationId}
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | The Otter.ai conversation ID. |
| include | array | required | Related Otter.ai conversation data to include. |
/v1/conversations/{conversationId}/audio
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | The Otter.ai conversation ID. |