Auto Actions: Difference between revisions
Jump to navigation
Jump to search
| Line 2,412: | Line 2,412: | ||
::] | ::] | ||
:} | :} | ||
</div> | |||
</div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
<div class="headline-collapse" > | |||
====Use Auto Action/Webhook to write to send data to Integromat==== | |||
</div> | |||
<div class="mw-collapsible-content"> | |||
You can use this option to send data to your Integromat account. | |||
Set the rules in the Trigger tab, when you need to send the data to Integromat. | |||
Go to Webhook tab: | |||
URL = https://hook.integromat.com/ followed by your integromat account key. | |||
Body Data = you can use the template variables allows in the list for Integromat [[https://wiki.beds24.com/index.php/Make#Data_Fields Data fields]] | |||
For example :- | |||
bookingData={ | |||
"bookId":"[BOOKID]", | |||
"guestMobileNum":"[GUESTMOBILENUM]", | |||
"guestMobile":"[GUESTMOBILE]", | |||
"guestSMS":"[GUESTSMS:44]", | |||
"guestFirstName":"[REPLACE|&|and|[GUESTFIRSTNAME]]", | |||
"propertyName":"[PROPERTYNAME]", | |||
"propertyId":"[PROPERTYID]", | |||
"firstNight":"[FIRSTNIGHTSHORT]", | |||
"lastNight":"[LEAVINGDAYSHORT]" | |||
} | |||
</div> | </div> | ||
</div> | </div> | ||