HomeGuidesRecipesAPI ReferenceChangelog
GuidesAPI ReferenceCustomer Help CenterLog In
These docs are for v2017-01-01. Click to read the latest docs for v2018-06-26.

Introduction

Webhooks allow you to build or set up integrations which subscribe to certain events on Xola. When one of those events are triggered, Xola will send a HTTP POST payload to the webhook's configured URL.

Supported Webhooks

Event NameTrigger Condition
*Triggered when any event is fired.
experience.createAn account you have access to creates a new experience
experience.updateAn account you have access to updates an existing experience
experience.deleteAn account you have access to deletes an experience
user.updateWhen your account information is updated (by yourself or a delegate)
user.agent.createBooking Engines Only: You are granted access to a new account
user.agent.updateBooking Engines Only: An account has updated the experiences you have access to
user.agent.removeBooking Engines Only: Your access to an account has been revoked
order.createA booking has been placed for an experience you own. This hook may only be registered by the primary seller account (will not fire for delegates)
order.updateA booking for an experience you own has been modified. This hook may only be registered by the primary seller account (will not fire for delegates)