Outcome. A contact's nurture emails automatically reference the right local franchise or territory, pricing, and contact details instead of a generic head-office version that does not match who will actually follow up.
flowchart TD
A[On franchise audience, territory known] --> B{nurture_territory value}
B -- North --> C1[Send: North intro]
B -- South --> C2[Send: South intro]
B -- East --> C3[Send: East intro]
B -- West --> C4[Send: West intro]
B -- International --> C5[Send: International intro]
C1 --> D[Delay 4 days]
C2 --> D
C3 --> D
C4 --> D
C5 --> D
D --> E[Send: shared follow-up]
E --> F[Set territory_nurture_completed = true]

When to use it, when not to
- UseUse when the business operates through franchises, dealers, or territories where the local unit has its own contact details, promotions, or pricing that should appear in nurture content.
- UseUse when a territory property is already reliably set on the contact (from a form field, a zip code lookup, or manual assignment).
- SkipDo not use this if there are more than roughly 6-8 territories;
branching content that many ways inside one workflow gets unwieldy. Past
that, a custom-coded lookup or Data Hub Professional's data tools that
assemble the local details into a single set of tokens is more
maintainable.
*(check in your portal: 2026 tooling recommendation for high-cardinality localized content beyond simple if/then branching)* - SkipDo not use this pattern for anything requiring different legal disclaimers by region; get that reviewed separately from marketing content localization.
or the lead nurturing pack, 39 EUR
One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.





