System variables

You can access the following system variables in your scheduled webhooks.

PARAMETERS

Name
_CRONHOOK_ID
Id of schedule
_RANDOM
a random number
_UUID
a random uuid
_TIMESTAMP
unix timestamp (seconds)
Escape braces
If you need to escape curly braces you can use this notation:
{%{ {{ escaped_string }} }%} // output => {{ escaped_string }}