Webhook Overview
Webhook?
This is an API used to enable real-time updates of content, rates, and inventory information for properties, room types, and packages changed in ONDA GDS to channels.
The default Method for Webhook API sent from ONDA is PUT.
Webhook Types
| Webhook | Description |
|---|---|
contents_updated | Webhook that notifies that content information of properties, room types, and package plans has changed. |
status_updated | Webhook that notifies information about newly added properties, room types, and package plans or changed sales status information. |
inventory_updated | Webhook that notifies rate and inventory information for a specific date of a specific package plan. |
Webhook Setup Process
- The channel selects which type of Webhook API spec to develop.
- The channel develops based on the Webhook API spec provided by ONDA.
- Share Webhook API environment information such as API domain and Auth Key with ONDA.
- ONDA sets the shared environment information and deploys it.
- Execute updated items for each item and test mutually.