/leads/{id}/automation/resume
Resumes AI automation for a lead’s workflow run after it was stopped. The AI will respond to messages again.
Cadence is not resumed by default. Set resume_cadence: true if you want the automated outreach sequence to restart.
Authenticate every request with the X-API-Key header. See Authentication.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Lead ID |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
workflow_id | string (uuid) | Yes | Workflow to resume automation for |
resume_cadence | boolean | No | Whether to also resume the cadence sequence. Default: false |
Responses
200 Automation resumed
Response Fields
| Field | Type | Description |
|---|---|---|
workflow_run_id | string | The workflow run that was resumed |
cadence_resumed | boolean | Whether cadence was also resumed |
already_running | boolean | Returned if automation was already active (idempotent) |