Execute
Execute Automation
post/api/v1/automations/{id}/execute
Invokes the c1.api.automations.v1.AutomationService.ExecuteAutomation method.
Path Parameters
idstring
The id field.
Body Parameters
The AutomationContext message.
Returns
executionIdstring
optional
The executionId field.
formatint64
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/automations/$ID/execute \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"executionId": "executionId"
}