POST OpenDunes request events to any HTTP endpoint for custom integrations.
Not yet available. This destination is on the roadmap.
The Webhook destination is the most flexible broadcast option. OpenDunes will POST a JSON payload to your endpoint for every request, letting you build any custom integration — log aggregation, alerting, internal billing, or forwarding to a destination not listed here.
Each request triggers one HTTP POST to your endpoint with a JSON body:
Requests are signed with an HMAC-SHA256 signature in the X-OpenDunes-Signature header, computed over the raw request body using your webhook secret. Verify this signature before processing the payload:
If your endpoint returns a non-2xx status, OpenDunes retries with exponential backoff up to three times. Events that fail all retries are dropped and logged to your dashboard.
Once available, configure the Webhook destination from your dashboard under Broadcast. You will need:
X-OpenDunes-Signature headerAuthorization)Back to Broadcast overview.