<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://co-reception.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Web_Hooks</id>
	<title>Web Hooks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://co-reception.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Web_Hooks"/>
	<link rel="alternate" type="text/html" href="http://co-reception.com/wiki/index.php?title=Web_Hooks&amp;action=history"/>
	<updated>2026-04-29T03:59:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://co-reception.com/wiki/index.php?title=Web_Hooks&amp;diff=16566&amp;oldid=prev</id>
		<title>Weins: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://co-reception.com/wiki/index.php?title=Web_Hooks&amp;diff=16566&amp;oldid=prev"/>
		<updated>2021-05-19T01:33:26Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 01:33, 19 May 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Weins</name></author>
		
	</entry>
	<entry>
		<id>http://co-reception.com/wiki/index.php?title=Web_Hooks&amp;diff=16565&amp;oldid=prev</id>
		<title>Beds24&gt;Annette at 13:04, 19 August 2020</title>
		<link rel="alternate" type="text/html" href="http://co-reception.com/wiki/index.php?title=Web_Hooks&amp;diff=16565&amp;oldid=prev"/>
		<updated>2020-08-19T13:04:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:API]]&lt;br /&gt;
[[Category:Apps]]&lt;br /&gt;
[[Category:Developers]]&lt;br /&gt;
[[Category:Webhooks]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;heading&amp;quot;&amp;gt;Webhooks&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 This page is about the menu  {{#fas:cog}} (SETTINGS) APPS &amp;amp; INTEGRATIONS &amp;gt; WEBHOOKS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Send a web hook request to your service whenever a room type needs syncing because an availability or price has changed.&lt;br /&gt;
&lt;br /&gt;
Enter the public facing URL to receive the request.&lt;br /&gt;
&lt;br /&gt;
Optional headers can be specified for authentication or other purposes if required.&lt;br /&gt;
&lt;br /&gt;
The web hook request expects an HTTP response code between 200 and 299, if it does not see this it will be retried a number of times over the next 30 minutes before giving up.&lt;br /&gt;
&lt;br /&gt;
Web hooks are triggered by new bookings, modification to booked dates, cancellations, an inventory change or a price change on a room type.&lt;br /&gt;
&lt;br /&gt;
Changes to restrictions like minimum stay do not trigger a web hook.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The web hook request payload contains json data in it's body with the roomId which triggered the request.&lt;br /&gt;
&lt;br /&gt;
This can be used to keep external services synchronised with minimum delay whenever changes occur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Typical JSON data posted by the web hook request:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;{&amp;quot;roomId&amp;quot;:&amp;quot;123456&amp;quot;,&amp;quot;propId&amp;quot;:&amp;quot;12345&amp;quot;,&amp;quot;ownerId&amp;quot;:&amp;quot;1234&amp;quot;,&amp;quot;action&amp;quot;:&amp;quot;SYNC_ROOM&amp;quot;}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can add data in the &amp;quot;Custom Header&amp;quot; field like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; my_key1:my_value1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;my_key2:my_value2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;warning&amp;quot;&amp;gt;{{#fas:exclamation-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.&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Beds24&gt;Annette</name></author>
		
	</entry>
</feed>