Changes

Jump to navigation Jump to search

Category:Webhooks

655 bytes added, 11:51, 2 June 2020
no edit summary
[[Category:API]]
<div class="heading">Webhooks</div>
This page gives a a general overview over web hooks.
Webhooks are small messages sent from our server to yours, they can be used to trigger an action on your server in a timely manner, for example to retrieve a new booking via API.
 
= Booking Webhook =
Triggered on a new or modification to an existing booking.
Webhooks Setup: {{#fas:cog}} (SETTINGS) PROPERTIES > ACCESS  Webhook URL's are small messages sent from our server to yours, they specified per property so you can be used transmit information to trigger an action on your server identify the property in a timely manner, for example to retrieve a new booking via APIthe URL <code> <nowiki>https://yourdomain.com/page?property=1</nowiki></code> <code> <nowiki>https://yourdomain.com/page?property=2</nowiki></code>
<code> <nowiki>https://yourdomain.com/page?property=3</nowiki></code>
= Booking Webhook =Template variables can also be used in the URL
Triggered on a new or modification to an existing booking<code> <nowiki>https://yourdomain.com/page?property=[PROPERTYID]</nowiki></code>
= Auto Action Webhook =
Triggered when an auto action triggers.
Triggered when an auto action triggersSetup: {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > AUTO ACTIONS
= Inventory Webhook =
Triggered when room inventory or price changes.
Triggered when room inventory or price changesSetup: {{#fas:cog}} (SETTINGS) APPS & INTEGRATIONS > WEBHOOKS

Navigation menu