Trigger an agent with an arbitrary JSON payload.
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"task": "RunWorkflow",
"status": "pending",
"priority": 5,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}The automation's UUID or its macro (key). You can find the UUID in the automation's properties panel.
"a1b2c3d4-5678-9abc-def0-1234567890ab"
API key for authentication. Alternative to using the Authorization header.
Arbitrary JSON payload passed to the automation as event context. Your automation instructions can reference any values in this payload.
The body is of type object.
Automation triggered successfully
Unique identifier for the queued job
The type of job that was queued
"RunWorkflow"
Current status of the job
"pending"
Job priority
5
Was this page helpful?
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"task": "RunWorkflow",
"status": "pending",
"priority": 5,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}