Category:Webhooks: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 7: Line 7:


= Booking Webhook =
= Booking Webhook =
Triggered on a new or modification to an existing booking.
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
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
<code> <nowiki>https://yourdomain.com/page?property=1</nowiki></code>
  https://yourdomain.com/page?property=2
   
https://yourdomain.com/page?property=3
<code> <nowiki>https://yourdomain.com/page?property=2</nowiki></code>
 
<code> <nowiki>https://yourdomain.com/page?property=3</nowiki></code>


Template variables can also be used in the URL
Template variables can also be used in the URL


https://yourdomain.com/page?property=[PROPERTYID]
<code> <nowiki>https://yourdomain.com/page?property=[PROPERTYID]


= Auto Action Webhook =
= Auto Action Webhook =
Triggered when an auto action triggers
Triggered when an auto action triggers.
 
Setup: {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > AUTO ACTIONS


= Inventory Webhook =
= Inventory Webhook =
Triggered when room inventory or price changes
Triggered when room inventory or price changes.
 
Setup: {{#fas:cog}} (SETTINGS) APPS & INTEGRATIONS > WEBHOOKS