Authorizations
Include your API key in the X-Api-Key
header of every request.
Body
The URL to send the webhook to.
"https://example.com/webhook"
You must send at least one of the following types of recordings to trigger on.
my_recordings
: Your private recordings, as well as those you've shared with individuals. (On Team Plans, this excludes recordings you've shared with any teams.)shared_external_recordings
: Recordings shared with you by other users. (For Team Plans, this does not include recordings shared by other users on your Team Plan.)my_shared_with_team_recordings
: (Team Plans only). All recordings that you have shared with other teams (e.g. Marketing or Sales). Recordings you've shared with individuals but not with teams are not included.shared_team_recordings
: (Team Plans only) All recordings you can access from other users on your Team Plan, whether shared with you individually or with your team.
[
"my_recordings",
"my_shared_with_team_recordings",
"shared_with_me_external_recordings"
]
Include the action items for each meeting.
true
Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
true
Include the summary for each meeting.
true
Include the transcript for each meeting.
true
Response
The created webhook.
"ikEoQ4bVoq4JYUmc"
"https://example.com/webhook"
The secret used to verify the webhook signature.
"whsec_x6EV6NIAAz3ldclszNJTwrow"
The date and time the webhook was created in ISO 8601 format.
"2025-06-30T10:40:46Z"
true
true
true
true
[
"my_recordings",
"my_shared_with_team_recordings",
"shared_external_recordings"
]