Each capability ships on the standard plan. Nothing in this list is an upsell or a separate product line.
01
Visual editor that compiles to versioned YAML
Drag-and-drop flow building stays in sync with a YAML representation you can review in Git. Marketing and product can iterate on copy while engineering keeps the source of truth where the rest of the platform lives.
02
Branching on event data and user attributes
Branch on properties from the triggering event ('amount > $500'), on user attributes you've pushed to 4notify ('account_tier = enterprise'), or on the state of prior steps ('email step bounced'). No code, no SQL.
03
Channel cascades with smart fallback
Try email first; if the recipient hasn't opened it in 4 hours and the event is still relevant, fall back to SMS. Cascade logic understands the cost difference between channels so you don't fire SMS at every recipient by default.
04
Tenant overrides without forking the flow
Multi-tenant SaaS rarely wants the exact same copy for every customer. Per-tenant overrides apply on top of the canonical flow — change the brand name, the sender domain, or the WhatsApp template without duplicating logic.