create_webhook
Set up webhook subscriptions to receive real-time event notifications from the Pulse billing platform, enabling automated responses to payment completions, invoice updates, and other billing activities.
Instructions
Create a webhook subscription to receive event notifications
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to receive webhook POST requests | |
| events | Yes | Array of event types to subscribe to (e.g. ['payment.completed', 'invoice.sent']) |