dual_create_webhook
Register webhooks to receive real-time notifications for platform events in the DUAL Web3 Operating System, enabling automated responses to blockchain actions and token minting activities.
Instructions
Register a webhook to receive real-time notifications when events occur on the platform.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint to receive webhook payloads | |
| type | Yes | Event type to subscribe to | |
| template_id | No | Scope to a specific template | |
| action | No | Scope to a specific action type | |
| secret | No | Shared secret for webhook signature verification |