create_webhook
Set up a webhook to receive meeting notifications. Choose recording types and include summaries, transcripts, action items, or CRM matches. Returns webhook URL and secret.
Instructions
Create a new webhook for receiving meeting notifications.
At least one of the include_* flags must be true. The webhook will be triggered for the specified recording types and will include the requested content.
Returns the webhook ID, URL, secret (for signature verification), and configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triggered_for | Yes | Array of recording types that trigger this webhook. Options: 'my_recordings', 'shared_external_recordings', 'my_shared_with_team_recordings', 'shared_team_recordings' | |
| destination_url | Yes | The URL where webhook events will be sent | |
| include_summary | No | ||
| include_transcript | No | ||
| include_crm_matches | No | ||
| include_action_items | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||