Webhook Overview

Webhook setup, event coverage, and incident follow-up guidance.

Use this section to register webhook endpoints and consume event notifications.

Overview

Webhooks will automatically notify you on airline changes that affect your customers’ bookings. For example, when an airline has changed the flight schedule affecting one of your orders, the Atlas API will send a notification about this event to your server, and you can process it. For example, you may take actions by updating your database or emailing the customer.

Atlas provides the webhook functionality on the “best possible basis”. Atlas does not take the responsibility for providing all the notifications. For any schedule changes please always refer to the email sent by the airline to the email id provided in the booking request.

Typical flow

1

Register your endpoint

Use Webhook Registration & Incidents to save the webhook URL before go-live.

2

Receive and process events

Handle ticketing, schedule, airline, email, and incident notifications. Currently, we send out webhook notifications in four scenarios:

  1. Change in flight schedule: Schedule Change Notification

  2. Airline status update: Airline Status Update Notification

  3. Email received: Email Notification

3

Reconcile when needed

Use incident queries and order APIs to confirm final state.

  1. Incident notification: Incident Notification

  2. Incident query: Incident Query

Last updated

Was this helpful?