- Pool placement, daily ramps, conversational replies, and per-mailbox health monitoring run automatically on every paid mailbox. The same code that warms also quarantines. -
- - Read the full doc -- Replies stream in from every connected mailbox. The classifier tags each one before it lands so triage stays on the labels you care about. -
-- Build a sequence in the UI or import one as YAML through the API. Up to 12 steps with A/B variants, business-hour delays, and conditions that branch on opens, replies and bounces. -
-name: Q2 outbound · enterprise
-mailboxes: [founder@acme.co, team@acme.co]
-steps:
- - type: send
- subject: Re: {`{{news.summary}}`}
- variants: 2
- - type: wait
- days: 3
- unless: replied
- - type: send
- subject: Quick context on {`{{custom.pain}}`}
- variants: 4
- - type: branch
- if: opens >= 2
- jump: step.5
- - Every sequence built in the UI is the same object the API returns. Version-control campaigns, branch them in code, deploy with a webhook. -
- - API reference -