Create a new webhook subscription
Documentation Index
Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name for the webhook |
url | string | Yes | URL where webhook events will be sent |
events | array | Yes | Array of event types to subscribe to |
key | string | No | Custom unique ID (auto-generated if not provided) |
is_active | boolean | No | Whether the webhook is active (default: true) |