Connections
Connect to online travel agencies (OTAs) and distribute your products through an extensive network of resellers and operators.
Our Connectivity section provides a comprehensive overview of existing connections and detailed, step-by-step guidance to help create these connections.
β
Webhooks
π NOTE
Before you begin, ensure you have at least one connection configured in the Ventrata dashboard. For detailed instructions, refer to the Connectivity section in the Ventrata Help Center.
Webhooks allow you to send data in real-time when specific events occur, enabling integration with third-party apps across domains, including:
Marketing
Accounting
Analytics
Content Management
You can create webhooks either through the Ventrata dashboard or via API.
For API-based webhook creation, follow our developer documentation.
For dashboard-based setup, follow the steps below:
In your Ventrata dashboard, go to Connections > Webhooks.
Press the + New Webhook button.
Select a connection from the list of your existing connections.
Check the following options as appropriate:
Use customer language - the webhook body is in the language configured by the customer during booking.
Retry on error - retries the webhook if the HTTP endpoint does not return a success status.
Choose an event to trigger the webhook.
Order Update - triggered when a transaction is added to an order or customer details are updated
Booking Update - triggered when a booking is confirmed, updated or cancelled
Availability Update - triggered when availability changes
Product Update - triggered when product details are modified
Enter the URL to be called when the webhook is triggered.
Select the capabilities that will be activated before triggering the webhook. These settings determine the data included in the webhook body.
You can provide additional metadata in the 'Headers' field.
π TIP
Headers can be specified in JSON-like structure. Examples include:
content type of the response:
"Content-Type": "application/json"
credentials for authentication:
"Authentication": "Bearer <your_token>
"
Press the Create Webhook button.