Skip to main content

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

WebhookDescription
contents_updatedWebhook that notifies that content information of properties, room types, and package plans has changed.
status_updatedWebhook that notifies information about newly added properties, room types, and package plans or changed sales status information.
inventory_updatedWebhook that notifies rate and inventory information for a specific date of a specific package plan.

Webhook Setup Process

  1. The channel selects which type of Webhook API spec to develop.
  2. The channel develops based on the Webhook API spec provided by ONDA.
  3. Share Webhook API environment information such as API domain and Auth Key with ONDA.
  4. ONDA sets the shared environment information and deploys it.
  5. Execute updated items for each item and test mutually.