Task Automations

Create a new evidence automation

Create an automation for collecting evidence for a specific task

post/v1/tasks/{taskId}/automations

Path parameters

taskIdstring required
Example:tsk_abc123def456

Unique task identifier

Response

Automation created successfully

successboolean

Example response

{
  "success": true,
  "automation": {
    "id": "auto_abc123def456",
    "name": "Task Name - Evidence Collection"
  }
}

Changes