webhook_send
Send event notifications to registered webhooks with idempotency keys for duplicate prevention and HMAC signatures for secure delivery.
Instructions
Send a notification to all registered webhooks matching the event type. Supports idempotency keys to prevent duplicate deliveries and HMAC-SHA256 signatures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | The event payload to send to registered webhooks | |
| event_type | Yes | The event type to trigger (e.g. 'task.completed') | |
| idempotency_key | No | Optional idempotency key to prevent duplicate deliveries |