Add external automation execution
post
Add a new external automation execution.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The unique identifier of the agent
externalAutomationIdstringRequired
The unique identifier of the external automation
Body
platformExecutionIdstringRequired
The unique identifier of the execution on the external platform
operationsnumberOptional
The number of operations performed in this execution
Responses
201
External automation execution created successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
post
/v1/agents/{agentId}/external-automations/{externalAutomationId}/executionsLast updated