The Webhooks page allows you to configure and manage how Obvio sends event data to your external systems. This enables real-time data sharing whenever specific actions occur within your event.
I. Event Webhook Settings
At the top of the page, you can configure the main webhook settings:
- Event Webhook URL – The primary endpoint where webhook data will be sent. This must be a valid HTTPS URL that accepts HTTP POST requests.
- Access Token – Used for authentication. This token is included in the request header for security.
- CRC Salt (Optional) – Enables additional validation for webhook requests.
- Generate CRC Salt – Creates a salt value used for checksum validation.
Click Save after making any changes.
II. Add New Webhook
You can create specific webhook listeners based on selected actions:
- Webhook Action – Select the event that will trigger the webhook.
- Label – Add a name to identify the webhook.
- Webhook URL – (Optional) Use a different endpoint for this webhook. If left blank, the main Event Webhook URL will be used.
- CRC – Enable if you want to apply checksum validation for this webhook.
Click Add to create the webhook.
III. Existing Webhooks
This section displays all configured webhooks, including:
- Webhook action
- Label
- Endpoint URL
- CRC status
You can use this section to review and manage your existing webhook configurations.
For more details on how webhooks work and how to set them up, please refer to the Information tab.
Help Center