curl --request POST \
--url https://svalync.com/api/workflow/runWorkflow \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"callId": "<string>"
}'
{
"response": [
{
"nodeId": "<string>",
"input": {
"name": "<string>",
"imageURL": "<string>",
"description": "<string>",
"loading": true,
"isConnected": true,
"actions": [
[
{
"option": {
"label": "<string>",
"value": "<string>"
},
"inputs": [
[
{
"type": "<string>",
"required": true,
"name": "<string>",
"label": "<string>",
"defaultValue": "<string>",
"value": "<string>",
"options": [
[
{
"label": "<string>",
"value": "<string>"
}
]
]
}
]
],
"responses": {
"batch_id": "<string>",
"isTestMode": true,
"state": "<string>"
},
"action": "<string>",
"type": "<string>",
"msg": "<string>"
}
]
],
"actionEntityAction": "<string>"
},
"response": {
"batch_id": "<string>",
"state": "<string>"
}
}
]
}
curl --request POST \
--url https://svalync.com/api/workflow/runWorkflow \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"callId": "<string>"
}'
{
"response": [
{
"nodeId": "<string>",
"input": {
"name": "<string>",
"imageURL": "<string>",
"description": "<string>",
"loading": true,
"isConnected": true,
"actions": [
[
{
"option": {
"label": "<string>",
"value": "<string>"
},
"inputs": [
[
{
"type": "<string>",
"required": true,
"name": "<string>",
"label": "<string>",
"defaultValue": "<string>",
"value": "<string>",
"options": [
[
{
"label": "<string>",
"value": "<string>"
}
]
]
}
]
],
"responses": {
"batch_id": "<string>",
"isTestMode": true,
"state": "<string>"
},
"action": "<string>",
"type": "<string>",
"msg": "<string>"
}
]
],
"actionEntityAction": "<string>"
},
"response": {
"batch_id": "<string>",
"state": "<string>"
}
}
]
}
Show properties
Show properties
Show properties
Show properties