Auto Actions: Difference between revisions
Jump to navigation
Jump to search
| Line 634: | Line 634: | ||
Set the webhook like this: | Set the webhook like this: | ||
URL = https://api.beds24.com/json/setBooking | URL = <nowiki>https://api.beds24.com/json/setBooking</nowiki> | ||
Custom Header = [leave empty] | Custom Header = [leave empty] | ||
| Line 640: | Line 640: | ||
Body Data = | Body Data = | ||
{ | { | ||
"authentication": | |||
{ | |||
"apiKey": "my_very_secret_api_key", | |||
"propKey": "secret_key_for_prop_XXXXXX" | |||
}, | |||
"bookId": "[BOOKID]", | |||
"message": "[MESSAGE] - Append this message" | |||
} | } | ||