Difference between revisions of "Category:Webhooks"
Beds24>Annette |
m (1 revision imported) |
(No difference)
|
Latest revision as of 01:33, 19 May 2021
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.
Setup: {{#fas:cog}} (SETTINGS) PROPERTIES > ACCESS
Webhook URL's are specified per property so you can transmit information to identify the property in the URL
https://yourdomain.com/page?property=1
https://yourdomain.com/page?property=2
https://yourdomain.com/page?property=3
Template variables can also be used in the URL
https://yourdomain.com/page?property=[PROPERTYID]
Auto Action Webhook
Triggered when an auto action triggers.
Setup: {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > AUTO ACTIONS
Inventory Webhook
Triggered when room inventory or price changes.
Setup: {{#fas:cog}} (SETTINGS) APPS & INTEGRATIONS > WEBHOOKS
This category currently contains no pages or media.