Sequences and replies
Run multi-step cadences, triage inbound replies, watch deliverability stats, and keep guardrails and suppression lists enforced.
Once a single send works, cadences and reply handling are what make outreach sustainable.
Sequences
eximagent sequence create --name "q3-coffee" --collectionId <id>
eximagent sequence from-brief --brief "3 touches over 10 days, value-led"
eximagent sequence from-template --template "intro-roaster"
eximagent sequence validate --name "q3-coffee"
eximagent sequence start --name "q3-coffee"
eximagent sequence pause --name "q3-coffee"
eximagent sequence metrics --name "q3-coffee"
Run validate before start. It catches the failures that are expensive after
the fact — missing merge fields, suppressed recipients, guardrail violations.
Triage replies
eximagent reply list
eximagent reply show --id <replyId>
eximagent reply approve --id <replyId>
eximagent reply edit --id <replyId>
eximagent reply reject --id <replyId>
eximagent reply request-rewrite --id <replyId>
Replies stay attached to the company they came from, so negotiation history travels with the account rather than living in one person's inbox.
Guardrails
eximagent policy get
eximagent policy set --max-daily 200
eximagent policy history
Policy is the standing constraint on outreach — volume, tone, and what may never
be claimed. policy history shows when it changed and to what.
Suppression
eximagent suppression add --email someone@example.com
eximagent suppression list
eximagent suppression remove --email someone@example.com
Suppression is enforced across every later run, sequence included.
Deliverability
eximagent stats show
Reply, open, click, and bounce rates. A rising bounce rate is a list-quality problem, not a copy problem — go back to contact verification.