Choosing the right automation platform matters less than what you actually build inside it — see my breakdown of automation tools by startup stage for the platform decision itself. This is the workflow layer: the five automations that consistently move the needle for SaaS companies, regardless of which platform runs them.

1. Onboarding activation workflow

Triggered at signup, this workflow's only job is getting a new user to their first meaningful "aha" moment — not just logging in, but completing the action that correlates with retention. Map the specific action that predicts long-term usage in your product, and build the workflow entirely around nudging toward it, rather than sending a generic welcome sequence.

2. Trial-to-paid nurture workflow

For trial-based SaaS, this workflow should be triggered by usage milestones inside the trial, not just calendar days elapsed. A user who's hit key feature milestones by day 3 needs a different message than one who's logged in once and gone quiet — treating both the same wastes the workflow's most valuable lever: relevance to actual behavior.

3. Dunning / failed payment recovery workflow

Failed payments are one of the highest-leverage automations in SaaS because the customer already wants to keep paying — the failure is usually an expired card or a bank decline, not a decision to churn. A sequence of retry attempts paired with clear, non-alarming emails recovers a meaningful share of failed payments that would otherwise silently churn.

4. Product-led upsell / expansion workflow

Triggered by usage hitting a plan's limits (seats, API calls, storage) rather than by a fixed time interval, this workflow reaches the customer at the moment expansion is most relevant to them — not on an arbitrary quarterly cadence disconnected from actual need.

5. Churn-risk re-engagement workflow

Triggered by a drop in usage frequency or depth relative to a customer's own historical baseline, this workflow should reach out before cancellation, not after. The trigger needs to be relative to each account's own normal usage pattern — a drop that's alarming for a power user might be normal variance for a light user.

WorkflowBest TriggerCommon Mistake
Onboarding activationSignup, sequenced toward the key "aha" actionGeneric welcome emails unrelated to the specific activation action
Trial-to-paid nurtureUsage milestones, not calendar daysSame sequence sent regardless of actual trial engagement
Dunning recoveryFailed payment eventA single retry attempt with no follow-up sequence
Expansion / upsellUsage hitting plan limitsFixed quarterly upsell emails disconnected from actual usage
Churn-risk re-engagementUsage drop relative to account's own baselineA single account-wide usage threshold applied to all customers equally

The mistake that breaks all five: missing suppression logic

A common mistake is building each of these five workflows in isolation, with no suppression logic to keep them from firing on top of each other. A customer who just had a card fail (workflow 3) getting simultaneously hit with an upsell email (workflow 4) reads as tone-deaf, and it undermines the seriousness of the dunning email at exactly the moment that email needs to be taken seriously. The fix isn't complicated — most automation platforms support basic suppression rules — but it has to be designed deliberately alongside the individual workflows, not bolted on after the conflict has already annoyed a customer. A simple rule of thumb: dunning and churn-risk workflows should suppress everything else non-essential for that account until resolved, since both represent a customer relationship that's already under strain and doesn't need competing messages.

Measuring whether a workflow is actually working, not just live

A workflow existing and being switched on inside the automation platform isn't the same as it working. Each of the five needs its own specific success metric, evaluated on its own cadence, rather than folded into one blended automation performance number that hides which piece is actually pulling weight. Onboarding activation should be measured by the percentage of new signups reaching the specific activation action within a defined window, not by open rate on the welcome email. Dunning recovery should be measured by the percentage of failed payments recovered within the retry window, tracked separately from voluntary churn so the two don't get blended into one confusing churn figure. Expansion workflows should be measured by conversion rate among accounts that actually hit the trigger, not total expansion revenue alone, since total revenue can rise or fall for reasons unrelated to the workflow itself. Without stage-specific metrics like these, it's easy to leave a workflow running indefinitely on the assumption it's helping, when an isolated look at its own numbers would show it's quietly underperforming or barely firing at all.

Which workflow to build first, by company stage

  • Very early, pre-product-market-fit — onboarding activation first, since without a clear read on what makes a new user stick, none of the other four workflows have a reliable signal to trigger from.
  • Early revenue, low volume — dunning recovery next, since the effort to build it is small relative to the direct revenue it protects, and low volume makes it the fastest of the five to implement well.
  • Growth stage, larger install base — trial-to-paid nurture and churn-risk re-engagement become proportionally more valuable, since the trial pool and existing account base are now large enough that even a modest lift compounds meaningfully.
  • Mature, expansion-focused stage — the product-led upsell workflow, since the existing base is large and stable enough that expansion revenue starts to rival new-logo revenue in importance.

Building all five simultaneously from day one is rarely the right call for a small team. Sequencing them by what the business actually needs most at its current size produces a better return on the build effort than trying to launch everything at once and maintaining none of it well.

When a workflow should hand off to a human instead of staying automated

Not every trigger inside these five workflows should end in another automated email. For churn-risk re-engagement specifically, an account above a certain revenue or strategic threshold showing the early warning signs described above is usually better served by a human check-in from customer success than another automated message, since the value of a personal outreach at that moment often outweighs what pure automation can offer, and a low-effort automated email to a high-value account can read as an under-resourced response to a real risk. The practical fix is an account-value threshold inside the churn-risk workflow that routes above-threshold accounts to a task in a CRM for a real person to handle directly, while everything below the threshold continues through the fully automated sequence. The same logic applies more loosely to dunning: an unusually large account with a failed payment is often worth a direct phone call or personal email in addition to the automated retry sequence, not instead of it.

Auditing the existing five before adding a sixth

Before building anything new, it's worth auditing whether the existing workflows are still configured the way they were originally designed, since automation platforms accumulate small manual edits over time that quietly drift a workflow away from its intended trigger logic. A dunning sequence someone paused during a promotional period and never re-enabled, or a churn-risk threshold manually loosened for one difficult account and left that way for everyone afterward, are the kind of silent decay a periodic audit catches and a dashboard alone won't, since the workflow still shows as "active" the entire time it's quietly misconfigured underneath.

FAQ

What's the most commonly missed marketing automation workflow in SaaS?

Dunning (failed payment recovery) is the most commonly under-built workflow relative to how much revenue it protects. Failed payments are usually a card expiration or bank decline, not a decision to churn, so a retry sequence paired with clear emails recovers a meaningful share of revenue that would otherwise silently lapse without anyone noticing until the customer is gone.

  • Dunning failures are often invisible until reporting specifically breaks them out from voluntary churn.
  • A multi-attempt retry sequence recovers significantly more than a single retry.

Should SaaS trial nurture emails be triggered by calendar days or usage milestones?

Usage milestones produce better results than calendar-day triggers, because trial engagement varies enormously between users. A user who's hit key feature milestones by day three needs a different message than one who's logged in once and gone quiet — sending both the same generic day-based sequence wastes the workflow's biggest advantage: relevance to actual behavior.

  • Usage-based triggers let the workflow respond to what a specific trial user has actually done.
  • Calendar-only sequences treat highly engaged and disengaged trial users identically.