create_webhook
Set up a webhook subscription to receive real-time notifications about events like application created. Define URL, events, and optional secret for secure payload delivery.
Instructions
Create a new webhook subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to send webhook payloads to | |
| name | Yes | Human-readable name for the webhook | |
| subscribed_events | Yes | List of event types to subscribe to (e.g. application.created) | |
| secret | No | Secret for signing payloads | |
| description | No | Description of the webhook | |
| headers | No | Custom headers to include in webhook requests |