Changes

Jump to navigation Jump to search

Inventory Webhooks

423 bytes added, 13 March
m
Annette moved page Web Hooks to Inventory Webhooks
[[Category:API]]
[[Category:Apps_Plugins_and_ExtentionsApps]]
[[Category:Developers]]
[[Category:APIWebhooks]] ''This page is about the menu SETTINGS-<div class="heading">APPS & INTEGRATIONS-Inventory Webhooks</div>ARRIVALS
This page is about the menu {{#fas:cog}} (SETTINGS->) APPS & INTEGRATIONS->WEBHOOKS
This can be used to keep external services synchronised with minimum delay whenever changes occur.
 
Typical JSON data posted by the web hook request:
{"roomId":"123456","propId":"12345","ownerId":"1234","action":"SYNC_ROOM"}
<code>{"roomId":"123456","propId":"12345","ownerId":"1234","action":"SYNC_ROOM"}</code>  You can add your own data in the "Custom Header" field like this:if required including using template variables. The data will be sent as HTTP headers to the remote server with the webhook. 
my_key<div class="warning">{{#fas:my_valueexclamation-triangle}} You can NOT use [https://wiki.beds24.com/index.php?title=Template_Variables Template variables] here as this webhook operates on a room level. [https://wiki.beds24.com/index.php?title=Template_Variables Template variables] are only available in the context of a booking.</div>

Navigation menu