Difference between revisions of "Setting/automailnotifydata"

From Beds24 Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the body data of the message.
+
Leave this empty and a JSON object containing the booking data in the webhook version 2 format will be in the body. (you must have enabled webhook version 2 for the property and only with secure connections starting with https://)
 +
 
 +
If you supply your own body data here, it will be used instead.
  
 
A content length header will be automatically calculated and added based on the size of this data.
 
A content length header will be automatically calculated and added based on the size of this data.
  
Use this format:
+
Template variables can be used but only with secure connections starting with https://
 
 
*my_key1:my_value1
 
my_key2:my_value2
 
 
 
or
 
 
 
*my_key:[TEMPLATE-VARIABLE]
 

Latest revision as of 10:51, 23 May 2024

Leave this empty and a JSON object containing the booking data in the webhook version 2 format will be in the body. (you must have enabled webhook version 2 for the property and only with secure connections starting with https://)

If you supply your own body data here, it will be used instead.

A content length header will be automatically calculated and added based on the size of this data.

Template variables can be used but only with secure connections starting with https://