Get Automation
Prisme.ai Workspaces
Get Automation
Fetch an automation
GET
Get Automation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Success Response
Example:
{ "fr": "Bonjour", "en": "Hello" }- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
Example:
[
{
"set": { "name": "user.welcomed", "value": true }
},
{
"emit": {
"event": "user.welcomed",
"payload": { "userId": "{{userId}}" }
}
}
]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
- Option 1
- Option 2
- Option 3
- Option 4
Pattern:
^[0-9A-Za-z._:-]{2,60}$Automation result expression. Might be a variable reference, an object/array with variables inside ...
Example:
"{{result}}"