create_webhook
Subscribe to calendar event notifications via HTTP POST. Specify an HTTPS endpoint and event types to receive real-time updates. A signing secret is returned once for payload verification.
Instructions
Create a webhook subscription so the org receives HTTP POST notifications when events occur (e.g. event.created, proposal.confirmed). The signing secret is returned ONCE in this response — store it to verify the HMAC-SHA256 signature on delivered payloads. Requires an org-level API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint that will receive event deliveries | |
| events | Yes | Event types to subscribe to |