create_webhook
Create a webhook that subscribes to one or more events. Provide a public HTTPS URL and receive the endpoint with a one-time signing secret for secure verification.
Instructions
Create a webhook endpoint subscribed to one or more events. The URL must be a public https endpoint. Returns the endpoint AND its signing secret (shown only once). Only call after the user confirms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public https endpoint URL | |
| events | No | Event names (use list_webhook_event_types for the authoritative list) | |
| description | No |