Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Success Response
Example:
{ "fr": "Bonjour", "en": "Hello" }
Example:
{ "fr": "Bonjour", "en": "Hello" }
Set this to true if you don't want your automation to be accessible outside of your app. Default is false.
Example:
false
Set this to true if you want to turn off this automation.
Example:
true
Unique & human readable id across current workspace's automations
Automation result expression. Might be a variable reference, an object/array with variables inside ...