Skip to main content

How to create Webhooks

How to create Webhooks

diio Webhooks send real-time notifications to your system when events occur. Technical documentation is available at developers.diio.com.

Steps

Go to Settings → Webhooks.

Click New Webhook.

Enter your system’s endpoint URL.

Select the events you want to subscribe to up to 10 available events.

Click Create. diio will send an echo_string to your endpoint to validate that it is active.

Your system must respond to the echo_string to complete the validation.

Security

Each event includes an HMAC-SHA256 signature in the DO-Signature and DO-Timestamp headers. See the full documentation at: https://developers.diio.com/

Did this answer your question?