Task Automations
Create evidence automation
Create an automated evidence workflow attached to a task so Betayum can collect recurring proof from connected systems.
post/v1/tasks/{taskId}/automations
Path parameters
taskIdstring required
Example:tsk_abc123def456
Unique task identifier
Response
Automation created successfully
Example response
{
"success": true,
"automation": {
"id": "auto_abc123def456",
"name": "Task Name - Evidence Collection"
}
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●