sendook_create_webhook
Create a webhook to receive real-time event notifications for email events such as message received or delivered.
Instructions
Create a webhook to receive real-time event notifications.
Webhooks notify your endpoint when events occur (message received, delivered, etc.). The endpoint must be HTTPS and respond within 15 seconds with a 2xx status.
Available events:
inbox.created, inbox.deleted, inbox.updated
message.sent, message.received, message.delivered
message.bounced, message.complained, message.rejected
Args: params: CreateWebhookInput containing: - url: HTTPS endpoint for webhook delivery - events: List of event types to subscribe to
Returns: str: Created webhook details including id and subscribed events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |