← Tools Reference

Avoma

Avoma integration (AI, Communication, Data). Imported from open-connector.

API key9 toolshttps://api.avoma.com
GET
avoma_list_meetings
List Avoma meetings within a UTC date range, with optional attendee, CRM, and meeting filters.

/v1/meetings/

14 parameters
ParamTypeRequiredDescription
fromDatestringrequiredStart date-time in UTC RFC3339 format.
toDatestringrequiredEnd date-time in UTC RFC3339 format.
pageintegeroptionalPage number for paginated Avoma responses.
pageSizeintegeroptionalNumber of records returned per response.
recordingDurationGtenumberoptionalMinimum recording duration in seconds. Meetings without recordings are excluded…
isCallbooleanoptionalWhether to return only voice call meetings or only video meetings.
isInternalbooleanoptionalWhether to return only internal meetings or only meetings with external attende…
attendeeEmailsarrayoptionalAttendee email addresses to filter by.
crmAccountIdsarrayoptionalCRM account external IDs to filter by.
crmOpportunityIdsarrayoptionalCRM opportunity external IDs to filter by.
crmContactIdsarrayoptionalCRM contact external IDs to filter by.
crmLeadIdsarrayoptionalCRM lead external IDs to filter by.
includeCrmAssociationsbooleanoptionalWhether Avoma should include CRM associations.
orderstringoptionalMeeting ordering requested from Avoma.
GET
avoma_get_meeting
Get a single Avoma meeting by UUID.

/v1/meetings/{meetingUuid}/

2 parameters
ParamTypeRequiredDescription
meetingUuidstringrequiredUnique ID of the Avoma meeting.
includeCrmAssociationsbooleanoptionalWhether Avoma should include CRM associations.
GET
avoma_get_meeting_insights
Get AI notes, keywords, speakers, and related insights for a completed Avoma meeting.

/v1/meetings/{meetingUuid}/insights/

1 parameter
ParamTypeRequiredDescription
meetingUuidstringrequiredUnique ID of the Avoma meeting.
GET
avoma_list_transcriptions
List Avoma transcriptions for meetings within a UTC date range, with optional attendee and CRM filters.

/v1/transcriptions/

9 parameters
ParamTypeRequiredDescription
fromDatestringrequiredStart date-time in UTC RFC3339 format.
toDatestringrequiredEnd date-time in UTC RFC3339 format.
pageintegeroptionalPage number for paginated Avoma responses.
pageSizeintegeroptionalNumber of records returned per response.
attendeeEmailsarrayoptionalAttendee email addresses to filter by.
crmAccountIdsarrayoptionalCRM account external IDs to filter by.
crmOpportunityIdsarrayoptionalCRM opportunity external IDs to filter by.
crmContactIdsarrayoptionalCRM contact external IDs to filter by.
crmLeadIdsarrayoptionalCRM lead external IDs to filter by.
GET
avoma_get_transcription
Get a single Avoma transcription by UUID.

/v1/transcriptions/{transcriptionUuid}/

1 parameter
ParamTypeRequiredDescription
transcriptionUuidstringrequiredUnique ID of the Avoma transcription.
GET
avoma_get_recording_for_meeting
Get Avoma recording download URLs for a meeting UUID when the recording is ready.

/v1/recordings/

1 parameter
ParamTypeRequiredDescription
meetingUuidstringoptionalUnique ID of the Avoma meeting.
GET
avoma_get_recording
Get Avoma recording download URLs by recording UUID when the recording is ready.

/v1/recordings/{recordingUuid}/

1 parameter
ParamTypeRequiredDescription
recordingUuidstringrequiredUnique ID of the Avoma recording.
GET
avoma_list_users
List Avoma users visible to the API key.

/v1/users/

GET
avoma_get_user
Get a single Avoma user by UUID.

/v1/users/{userUuid}/

1 parameter
ParamTypeRequiredDescription
userUuidstringrequiredUnique ID of the Avoma user.