v1
latestOpenAPI 3.1.02026-07-26359254.7 MBTasks
Execute and complete a task
<small>Requires the tasks:operate scope (or a broader one that includes it).</small>
Executes the task action (sends email or SMS) and completes it. Only ManualEmail (7) and Sms (8) task types support execution. Other task types return 400 — use the complete endpoint for those.
post/v3/tasks/{id}/execute
Path parameters
idinteger required
Task ID.
Request body
Response
Task executed and completed successfully. Returns the updated task.