Otter.ai connector for meeting action items. Cursor: modified_time of speeches list.
API: https://otter.ai (Speech API). Note: Otter does not have a public stable REST API - we may need to use the API token from the user's account settings.
Owner-first rule: when extracting action items from a transcript, surface only items mentioning the user's name or first-person commitments.
Files to create:
packages/connector-meet-otter/src/index.ts
packages/connector-meet-otter/src/auth.ts
packages/connector-meet-otter/test/contract.test.ts
Reference: packages/connector-meet-fathom/. Estimated effort: ~80 lines + 1 contract test.
Otter.ai connector for meeting action items. Cursor:
modified_timeof speeches list.API: https://otter.ai (Speech API). Note: Otter does not have a public stable REST API - we may need to use the API token from the user's account settings.
Owner-first rule: when extracting action items from a transcript, surface only items mentioning the user's name or first-person commitments.
Files to create:
packages/connector-meet-otter/src/index.tspackages/connector-meet-otter/src/auth.tspackages/connector-meet-otter/test/contract.test.tsReference:
packages/connector-meet-fathom/. Estimated effort: ~80 lines + 1 contract test.