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

ParamTypeRequiredDescription
person_idstring (slug or UUID)yesWhose sequence to stop - the active enrollment is resolved automatically (a person has at most one active campaign).
bodystringyesThe one-off message to send after stopping. Alias: text.
actionstringnosend_message (default) | send_reply.
conversation_idstring (slug or UUID)noRequired when action=send_reply.
connected_account_idstring (slug or UUID)noSender 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."
}

On this page