zernio_create_webhook
Create a webhook to subscribe to Zernio events and receive instant notifications for actions like message received or comment created, enabling automated responses.
Instructions
Create a new webhook to receive real-time event notifications from Zernio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS URL to send webhook events to | |
| events | Yes | Event types to subscribe to (e.g. 'message.received', 'comment.created') | |
| secret | No | Secret key for webhook signature verification |