Create a webhook
Create a webhook to receive new meeting content.
At least one of include_transcript
, include_crm_matches
, include_summary
, or include_action_items
must be true.
Headers
X-Api-Key
Request
This endpoint expects an object.
destination_url
The URL to send the webhook to.
include_action_items
Include the action items for each meeting.
include_crm_matches
Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
include_summary
Include the summary for each meeting.
include_transcript
Include the transcript for each meeting.
Response
The created webhook.
id
url
secret
The secret used to verify the webhook signature.
created_at
The date and time the webhook was created in ISO 8601 format.
include_transcript
include_crm_matches
include_summary
include_action_items