Webhooks
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. Currently, we send out webhook notifications in four scenarios:
Ticket booked:
order.ticketedChange in flight schedule:
order.scheduleChangePurchase of ancillary services post-booking:
order.addonCompleteTicket and ancillary service cancellation:
order.refundCompleteAirline status update:
airline.statusEmail received:
email.all
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.
Last updated

