WebhookInput object
Data for creating or updating a webhook
| Field | Type | Description |
|---|---|---|
urlrequired | string (uri) | Endpoint URL |
eventsrequired | string[] | Event patterns to subscribe to |
secret | string | Shared secret for signature verification |
isActive | boolean | Whether the webhook is active |