Lead Nurturing Should Decide What Happens Next

Lead nurturing is the process of keeping an identified prospect usefully engaged when an immediate sales conversation is not yet the right action. The practical goal is not to deliver a predetermined number of emails. It is to decide what should happen next as new evidence appears: continue helping, change the message, pause, hand the prospect to sales, or stop.

That definition creates a useful test. If a campaign cannot explain why a person entered, what evidence would change their path, what would prevent the next action, and how the journey ends, it is an email sequence—not yet a complete nurture program.

Oracle similarly describes nurturing as cultivating leads that are not ready to buy and says communications should reflect both the prospect’s profile and position in the buying process. Crucially, its guidance treats nurturing as a workflow whose steps have distinct objectives, rather than as email alone (Oracle).

Lead nurturing can cultivate identified prospects who are not ready to buy through communications shaped by their profile and buying-process position, with distinct objectives assigned to workflow steps. [S1]

Start with one transition, not a content calendar

Before selecting content or cadence, name the state change the program is supposed to produce. For example:

Move eligible prospects who are not ready for sales either to an accepted sales review or to a recorded non-sales outcome.

This is more useful than “warm leads” or “increase engagement.” It identifies a starting population, a destination, and an observable result. It also makes non-sales outcomes legitimate. A prospect who is ineligible, opts out, lacks required information, or remains inactive should not have to become a sales lead for the program to reach a valid conclusion.

Write the operating contract before building automation:

Contract elementDecision to record
OutcomeThe exact lifecycle or ownership transition the program can influence
EligibilityWho may enter, for what purpose and channel, plus exclusions
Entry eventThe event or approved state change that starts evaluation
Current statesWhat each state means, who owns it, and how it ends
BranchesThe evidence, observation window, guard, and action for both outcomes
SuppressionWhich preference, delivery, lifecycle, or contact-policy rules can veto an action
Sales handoffWhat evidence sales receives and what counts as acceptance or return
Exit and recycleWhat happens after conversion, rejection, inactivity, duplication, or exhaustion
MeasurementThe entry cohort, program version, denominator, and downstream receipt

This one-page contract is the working specification. The automation canvas implements it; it should not be the first place the logic becomes visible.

Turn prospect activity into explicit decisions

A useful branch connects evidence to a materially different next action. Write each branch in this form:

current state + accepted evidence + guard
→ next state + action + reason

For example:

Evidence at the decision pointGuardNext state and action
Explicit request for a sales conversationRequired fit data is present; contact is eligiblehandoff_pending — package the evidence for sales
Buying-relevant activityRequired fit data is missing; channel remains allowedevidence_incomplete — obtain only the missing decision data
No accepted activity during the observation windowNo stronger event or lifecycle change existslow_observed_engagement — reduce cadence, change the help offered, or exit
Sales returns the lead for timingThe return reason permits recyclingrecycled — re-enter the specified path at the documented condition
A preference, delivery, or ownership veto appliesThe veto covers the proposed actionsuppressed or paused — withhold the action and record why

The “no” branch deserves careful wording. No tracked event within a window means only that the program observed no qualifying event. It does not establish that the buyer has no interest. Treating absence of telemetry as a fact about intent makes the workflow look more certain than its evidence.

Keep behavior and current data separate as well. Salesforce’s workflow documentation distinguishes triggers, which wait for prospect actions during a specified period, from rules, which inspect current data when the prospect reaches that step. Actions then do something, and end steps terminate a path (Salesforce Trailhead). The product terminology is specific to Salesforce, but the design question is portable: are you waiting to observe an event, or checking what is true now?

Salesforce documents engagement workflows that separate actions, behavior triggers, criteria rules, and end steps; its triggers can observe prospect actions during a specified period while rules inspect current record criteria. [S2]

If two branches lead to the same state, owner, and treatment, remove the split. It adds reporting complexity without changing the decision.

Use waits as observation windows

There is no useful campaign length independent of the decision being observed. Instead of asking how many days a nurture should run, ask how long a particular branch needs to wait for evidence that would alter the next action.

For every wait, specify:

  • the event or condition being observed;
  • when the window opens and closes;
  • what happens if evidence arrives early;
  • what happens if nothing is observed;
  • which eligibility and suppression checks run before the next action; and
  • whether a pause freezes, restarts, or ends the timer in the selected platform.

Do not collapse all forms of inactivity into one status. Adobe Marketo, for example, distinguishes a person’s Normal or Paused cadence from Exhausted, which means the person has received every item in a stream (Adobe). Exhausting content does not prove readiness, disinterest, or permission. It only reports that no unused content remains in that stream.

Marketo distinguishes Normal and Paused cadence states from Exhausted, which reports that a person has received every available content item in a stream. [S3]

Recheck permission and commercial state before every action

Eligibility at enrollment can become stale. A prospect may unsubscribe, encounter a hard delivery failure, enter an active opportunity, become a customer, or receive direct sales outreach while waiting. The program therefore needs a send-time gate, not merely an entry filter.

Evaluate vetoes in a declared order:

  1. Resolve the person and destination.
  2. Check whether the purpose, topic, sender, and channel are currently permitted.
  3. Check delivery blocks and complaints.
  4. Check whether the current customer, opportunity, or sales-ownership state makes the treatment inappropriate.
  5. Apply frequency, priority, quiet-hour, holdout, and incident controls.
  6. Confirm that the journey is still active and has an eligible next action.

Record the reason and scope of every veto. suppressed, paused, exited, and exhausted are not interchangeable. Suppression forbids an action within a defined scope; pause delays execution; exit ends this journey; exhaustion means that a stream has no remaining content.

Applicable privacy rules vary by jurisdiction and channel, so the responsible privacy owner must define the policy. As one concrete regulatory example, the UK Information Commissioner’s Office says an organization should retain the minimum information needed on a suppression or do-not-contact list after an objection or opt-out, rather than simply deleting the contact and risking future re-import. Its guidance also notes that an opt-out may apply to a specific channel or activity, while an objection can be broader (ICO).

ICO guidance supports retaining a minimal suppression record so a later import does not restart covered marketing, and distinguishes channel- or activity-specific opt-outs from potentially broader objections. [S4]

Make sales handoff a transfer with a receipt

A score change, CRM update, task, or webhook can initiate a handoff. None proves that sales accepted responsibility.

Send a compact handoff package containing:

  • prospect and account identity;
  • current lifecycle and nurture state;
  • the fit and readiness evidence that crossed the gate;
  • evidence timestamps and sources;
  • the problem or content context relevant to the first conversation;
  • preference and channel constraints;
  • assigned owner and response expectation; and
  • a correlation ID connecting the request to the response.

Require the receiving process to return a controlled disposition such as accepted, rejected_with_reason, duplicate, or needs_context. Until that receipt arrives, keep the record in handoff_pending. This exposes stuck transfers and prevents marketing from reporting a task creation as sales acceptance.

Define the return path at the same time. A timing rejection may recycle into a bounded nurture path. A fit rejection may exit this program. A duplicate should resolve to the authoritative record. A request for context should return to an owner who can supply it. The reason code determines the next action; “rejected” alone does not.

Measure whether the decisions worked

Email delivery, opens, and clicks can help diagnose content and mechanics. They do not show whether the program produced the promised transition. Report a versioned cohort of prospects admitted under the same eligibility and entry rules, then measure the state changes that matter:

MeasureDenominatorWhat it tests
Branch distributionProspects reaching that decision pointWhether the workflow encounters the expected conditions
Stage progressionEligible entrants to the starting stateWhether the cohort reaches the defined next state
Handoff acceptanceValid handoffs delivered to salesWhether the qualification gate and context are useful
Time to dispositionHandoffs with an accepted or reasoned-return receiptWhether ownership is operating as agreed
Downstream opportunity yieldEligible entrants or accepted handoffs—state whichWhether nurture progress connects to a commercial state
Suppression mixProposed actions evaluated at the gateWhich preference, delivery, policy, or data issues prevent action

Keep the numerator, denominator, and program version visible. If eligibility, branches, content, or the sales agreement changes, start a new version or segment the report. Otherwise, a change in results cannot be separated from a change in the operating definition.

Before broad enrollment, trace at least four representative records end to end: no observed behavior, an early high-intent event, a suppression arriving during a wait, and a handoff returned by sales. For each trace, confirm the source facts, branch decision, veto result, emitted action, receiving-system record, and terminal reason.

The launch gate is simple: another operator should be able to explain why this prospect received—or did not receive—this action at this time. When the workflow can do that, lead nurturing becomes a controlled way to choose the next useful step. Until it can, keep the audience and automation bounded; increasing volume will only scale the ambiguity.

Sources

  1. Oracle, “What Is Lead Nurturing?Supports: Lead nurturing cultivates identified prospects who are not ready to buy; Nurture communication can reflect prospect profile and buying-process position; A nurture program can be designed as a workflow with distinct step objectives. Checked 2026-09-09.Limitation: This is vendor-authored category guidance. It does not establish a universal nurture sequence, cadence, performance benchmark, or causal commercial outcome.
  2. Salesforce Trailhead, “Journey Creation and Engagement TechniquesSupports: Engagement workflows can distinguish actions, behavior triggers, criteria rules, and end steps; Triggers can observe prospect actions during a specified period while rules inspect current record criteria. Checked 2026-09-09.Limitation: The terminology and execution semantics are specific to Salesforce Account Engagement and illustrate a portable design distinction rather than an industry-standard workflow model.
  3. Adobe Marketo Engage, “Understanding Engagement ProgramsSupports: Marketo distinguishes normal and paused cadence states from an exhausted content-stream state; Exhausted reports that a person has received every available content item in a stream. Checked 2026-09-09.Limitation: Normal, Paused, and Exhausted are Marketo-specific execution states. They do not prove buyer readiness, disinterest, or channel permission.
  4. Information Commissioner's Office, “Respect people's preferencesSupports: A minimal suppression record can help prevent a later import from restarting covered marketing after an objection or opt-out; An opt-out can be specific to a channel or activity while an objection can have broader scope. Checked 2026-09-09.Limitation: This is UK regulatory guidance, not global legal advice or a complete compliance design for every jurisdiction, channel, and processing purpose.

Continue the evidence path

Run your growth team from one screen.

Invite only