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-KeystringRequired

Request

This endpoint expects an object.
destination_urlstringRequiredformat: "uri"
The URL to send the webhook to.
include_action_itemsbooleanOptionalDefaults to false
Include the action items for each meeting.
include_crm_matchesbooleanOptionalDefaults to false
Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
include_summarybooleanOptionalDefaults to false
Include the summary for each meeting.
include_transcriptbooleanOptionalDefaults to false
Include the transcript for each meeting.

Response

The created webhook.
idstring
urlstringformat: "uri"
secretstring
The secret used to verify the webhook signature.
created_atdatetime
The date and time the webhook was created in ISO 8601 format.
include_transcriptboolean
include_crm_matchesboolean
include_summaryboolean
include_action_itemsboolean

Errors