Auto Actions: Difference between revisions
Jump to navigation
Jump to search
| Line 641: | Line 641: | ||
Set the triggers you need, for example: | Set the triggers you need, for example: | ||
Booking Field Contains: Message = XXX | * Booking Field Contains: Message = XXX | ||
Set the webhook like this: | Set the webhook like this: | ||
| Line 650: | Line 650: | ||
* Body Data = | * Body Data = | ||
: {<br> | |||
"authentication":<br> | |||
{<br> | |||
"apiKey": "my_very_secret_api_key",<br> | |||
"propKey": "secret_key_for_prop_XXXXXX"<br> | |||
},<br> | |||
"bookId": "[BOOKID]",<br> | |||
"message": "[MESSAGE] - Append this message"<br> | |||
}<br> | |||
{ | { | ||
"authentication": | "authentication": | ||