ReferenceV1
Create Automation
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
config*
description?|
name*string
Length
1 <= length <= 255orchestratorType?string
Default
"local"Value in
"local"templateId?|
triggerType?string
Default
"manual"Value in
"manual" | "schedule" | "webhook"Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/automations" \ -H "Content-Type: application/json" \ -d '{ "config": {}, "name": "string" }'{
"config": {},
"createdAt": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"name": "string",
"orchestratorType": "local",
"status": "active",
"templateId": "string",
"tenantId": "string",
"triggerType": "manual",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}