Start with the job, not the channel
A channel is a delivery surface. The program should start with the customer job: activate, recover, expand, renew, or alert. Then pick the least intrusive channel that can do the work.
Email is rarely the only customer message. Growth teams often coordinate email with in-app prompts, push, SMS, support notes, and sales tasks. Orchestration decides which channel should speak, when, and under what suppression rules.
A channel is a delivery surface. The program should start with the customer job: activate, recover, expand, renew, or alert. Then pick the least intrusive channel that can do the work.
Email is durable and searchable. In-app is contextual. Push is timely but interruptive. SMS is sensitive and should be reserved for high-importance moments with proper consent.
| channel | best fit | avoid |
|---|---|---|
| Receipts, summaries, education, lifecycle prompts. | Urgent in-session nudges. | |
| In-app | Next action while the user is active. | Users who are not logged in. |
| Push | Time-sensitive product state. | Low-value reminders. |
| SMS | Critical account or billing moments with consent. | Routine marketing. |
If an in-app prompt already drove the action, the email should usually exit. If a user complained about email, that does not automatically permit SMS.
Sales, support, and success tasks should be triggered by clear account states, not every click. Human handoff should include the message history and the reason for escalation.
A SaaS product sends on behalf of its customers, so the deciding factors are tenant isolation, whether suppressions can be scoped rather than global, and whether support can answer why one specific account did not receive one specific email. Lifecycle automation and transactional sending usually need to coexist.
Applied to multi-channel orchestration, that means weighing multi-tenant support, event stream, the suppressions API, and operating track record ahead of the rest, against trial expiry notices, dunning, onboarding sequences, and per-tenant transactional mail.