create_webhook
Set up an HTTP POST webhook to receive notifications for selected events. Use the returned signing secret to verify payload authenticity.
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 |