Avoma integration (AI, Communication, Data). Imported from open-connector.
https://api.avoma.com/v1/meetings/
| Param | Type | Required | Description |
|---|---|---|---|
| fromDate | string | required | Start date-time in UTC RFC3339 format. |
| toDate | string | required | End date-time in UTC RFC3339 format. |
| page | integer | optional | Page number for paginated Avoma responses. |
| pageSize | integer | optional | Number of records returned per response. |
| recordingDurationGte | number | optional | Minimum recording duration in seconds. Meetings without recordings are excluded… |
| isCall | boolean | optional | Whether to return only voice call meetings or only video meetings. |
| isInternal | boolean | optional | Whether to return only internal meetings or only meetings with external attende… |
| attendeeEmails | array | optional | Attendee email addresses to filter by. |
| crmAccountIds | array | optional | CRM account external IDs to filter by. |
| crmOpportunityIds | array | optional | CRM opportunity external IDs to filter by. |
| crmContactIds | array | optional | CRM contact external IDs to filter by. |
| crmLeadIds | array | optional | CRM lead external IDs to filter by. |
| includeCrmAssociations | boolean | optional | Whether Avoma should include CRM associations. |
| order | string | optional | Meeting ordering requested from Avoma. |
/v1/meetings/{meetingUuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| meetingUuid | string | required | Unique ID of the Avoma meeting. |
| includeCrmAssociations | boolean | optional | Whether Avoma should include CRM associations. |
/v1/meetings/{meetingUuid}/insights/
| Param | Type | Required | Description |
|---|---|---|---|
| meetingUuid | string | required | Unique ID of the Avoma meeting. |
/v1/transcriptions/
| Param | Type | Required | Description |
|---|---|---|---|
| fromDate | string | required | Start date-time in UTC RFC3339 format. |
| toDate | string | required | End date-time in UTC RFC3339 format. |
| page | integer | optional | Page number for paginated Avoma responses. |
| pageSize | integer | optional | Number of records returned per response. |
| attendeeEmails | array | optional | Attendee email addresses to filter by. |
| crmAccountIds | array | optional | CRM account external IDs to filter by. |
| crmOpportunityIds | array | optional | CRM opportunity external IDs to filter by. |
| crmContactIds | array | optional | CRM contact external IDs to filter by. |
| crmLeadIds | array | optional | CRM lead external IDs to filter by. |
/v1/transcriptions/{transcriptionUuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| transcriptionUuid | string | required | Unique ID of the Avoma transcription. |
/v1/recordings/
| Param | Type | Required | Description |
|---|---|---|---|
| meetingUuid | string | optional | Unique ID of the Avoma meeting. |
/v1/recordings/{recordingUuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| recordingUuid | string | required | Unique ID of the Avoma recording. |
/v1/users/
/v1/users/{userUuid}/
| Param | Type | Required | Description |
|---|---|---|---|
| userUuid | string | required | Unique ID of the Avoma user. |