webhook_generate_sender
Construct a webhook sender with payload formatting, retry logic, and delivery tracking. Configure triggering events, authentication, and queuing to ensure reliable webhook notifications.
Instructions
Generate webhook sender with payload construction, retry logic, and delivery tracking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Event types that trigger webhooks (e.g. 'order.created', 'payment.completed') | |
| format | No | Payload format standard | json |
| api_key | No | API key for authentication | |
| include_queue | No | Whether to queue webhook deliveries for reliability |