Actions
Start scenario
Run a Callr Actions scenario offline. This will execute the api-initiated branch of the scenario.
post/actions/{sid}/runs
Path parameters
sidstring required
Short ID
Example:callrsid
Resource SID (8 lowercase alphanumeric characters)
Request body
Example request
{
"variables": {
"$customID": 42,
"$target": "+15559820800",
"$mylist": [
"listItem1",
"listItem2"
],
"$myobject": {
"key1": "value1",
"key2": "value2"
}
}
}Response
Starting api-initiated branch
Example response
{
"runid": "api:9MNAB2H6"
}