Difference between revisions of "Category:Webhooks"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with "<div class="heading">Webhooks</div> This page gives a a general overview over web hooks.")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:API]]
 
<div class="heading">Webhooks</div>
 
<div class="heading">Webhooks</div>
  
 
  This page gives a a general overview over web hooks.
 
  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
 +
 +
<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>
 +
 +
Template variables can also be used in the URL
 +
 +
<code> <nowiki>https://yourdomain.com/page?property=[PROPERTYID]</nowiki></code>
 +
 +
= 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

Revision as of 10:51, 2 June 2020

Webhooks
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.

1 Booking Webhook

Triggered on a new or modification to an existing booking.

Setup: (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]

2 Auto Action Webhook

Triggered when an auto action triggers.

Setup: (SETTINGS) GUEST MANAGEMENT > AUTO ACTIONS

3 Inventory Webhook

Triggered when room inventory or price changes.

Setup: (SETTINGS) APPS & INTEGRATIONS > WEBHOOKS

Pages in category "Webhooks"

The following 4 pages are in this category, out of 4 total. download this selection of articles as a PDF book