ToolsSequences
Stop sequence and send
Stop a person's sequence (cancel queued sends), then send a one-off message/reply.
Tool: stop_sequence_and_send
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
person_id | string (slug or UUID) | yes | Whose sequence to stop - the active enrollment is resolved automatically (a person has at most one active campaign). |
body | string | yes | The one-off message to send after stopping. Alias: text. |
action | string | no | send_message (default) | send_reply. |
conversation_id | string (slug or UUID) | no | Required when action=send_reply. |
connected_account_id | string (slug or UUID) | no | Sender seat. Alias: account_id. |
Stops the person's active enrollment(s), cancels their queued sequence sends, then queues the one-off send - the standard recovery from
active_campaign_conflict.No enrollment_id anywhere - enrollments are resolved internally; envelopes only carry slugs.
Sample request
{
"person_id": "priya-sharma-0003",
"action": "send_message",
"body": "Pausing the drip — wanted to reach out personally."
}