Webhook Setup Steps
To set up the generic outbound webhook integration, follow these steps:
- Prepare the required information:
- HTTP Method:
POST(recommended) orGET - Headers:
Content-Type: application/json(primarily for POST)Authorization: Bearer <YOUR_API_KEY>
- Webhook URL: The endpoint where call events will be sent (e.g.,
[https://your-domain.example/velox/events](https://your-domain.example/velox/events)). - API Key: An opaque key that will be included in the
Authorizationheader to authenticate webhook requests.
- HTTP Method:
Submit the configuration details:
Send the required information to our support team.
Tenant configuration:
Our team will configure it for your tenant.
Confirmation:
Wait for confirmation from our team once the integration has been completed and is live.
The attached document contains the complete webhook integration guide, including setup instructions, payload examples, supported event types, and additional implementation details. Please refer to it for more information.