Changes

Jump to navigation Jump to search

Setting/propertiesnotifyurl

284 bytes added, 11:39, 15 December 2023
no edit summary
A push notification (webhook) will be sent to this URL when a new booking, significant booking modification which effects availability , a guest message from OTA or cancellation occurs.
The bookid and status are appended to your url like this example.
<code>https://yoururl.com/yourpage?bookid=12345678&status=new</code>
Possible values for status are: new, modify, cancel, message
The card CVV and a token to retrieve it from the JSON getCard API function can be included as form url encoded POST data in the body of the push.
 
<span style="color: #f3e504; font-size: 150%;" >{{#fas:lightbulb}} </span> If you need to differentiate between multiple properties, an easy way is to include a property parameter in your URL
 
<code>https://myserver.com/propid=1234 </code>
The URL can contain template variables which will be exchanged with information from the booking.

Navigation menu