Reply-aware control guide

Stop cold-email follow-ups when somebody replies.

Reply detection should connect the inbound message to the correct contact and enrollment, stop pending follow-ups, preserve the thread, and route the conversation through the inbox that actually received it.

Reviewed September 8, 20268 minute readProduct behavior checked against current implementation
Automation should stop at the moment the interaction changes from scheduled outreach to a real conversation. A recipient reply is not another campaign event to send through.

The reply-to-stop workflow

  1. The connected mailbox receives an inbound message.
  2. Synchronization associates it with the correct thread, contact, and campaign enrollment where possible.
  3. The enrollment records the reply and cancels remaining scheduled follow-up.
  4. The thread appears in the unified inbox under its owning mailbox.
  5. An operator sets a disposition, assigns, tags, and answers the conversation.
  6. The reply disposition contributes to campaign and step analysis.

Why the stop must happen before sending

A follow-up may already be queued when the reply arrives. Checking only when a delay expires is not enough; the outbound preparation path should re-evaluate reply and suppression state before it sends.

The same principle applies to unsubscribe, complaint, hard bounce, manual suppression, and block-list changes. Eligibility can change after enrollment.

Stop the right thing

SignalMinimum actionPossible broader action
Associated replyStop that enrollment's pending follow-upsOperator may update the contact or opportunity state
Unsubscribe or explicit stop requestSuppress the recipientApply the requested scope across relevant campaigns/workspaces
Hard bounceSuppress the failed addressAudit the audience source when failures form a pattern
ComplaintSuppress the recipientPause and investigate the affected audience or campaign
Mailbox loses readinessRemove it from sender eligibilityPause the campaign if no eligible sender remains

Edge cases to review

  • Replies from an alternate address or forwarded conversation.
  • Automatic replies and out-of-office messages.
  • Replies arriving during synchronization delay.
  • Multiple campaigns involving the same contact.
  • Manual sends or replies made outside MailSequence.
  • Shared inboxes where ownership or assignment changes.

These cases require explicit product behavior and operator review. Do not invent a universal classification rule where the inbound evidence is ambiguous.

MailSequence behavior

MailSequence synchronizes replies from connected business inboxes, associates them with campaign activity, stops remaining follow-up for the relevant enrollment, and keeps the thread replyable from its owning inbox. Operators can search, filter, assign, tag, set a reply disposition, and respond without merging mailbox identities.

Reply stopping and unsubscribe need separate actions

A normal reply stops the active sequence; an unsubscribe or explicit stop request should also create the appropriate suppression so future campaigns cannot restart outreach accidentally. Applicable marketing and subscription mail may additionally require one-click unsubscribe headers defined by RFC 8058 and mailbox-provider rules.

Stopping the current sequence and suppressing future contact are related but distinct decisions. Preserve both states when the recipient asks not to be contacted again.

Sources and product basis

Let replies end automation and begin conversation.

Connect the owning inbox, test synchronization, and enforce reply and suppression state before every follow-up.