What's New in v1.0.14: AI Nurture Sequence Generation Engine
What's New in v1.0.14: AI Nurture Sequence Generation Engine
v1.0.14 ships the engine that makes NurtureHub work. From this release onwards, the moment an agent assigns a contact to a category, three fully written, brand-voiced nurture emails appear in their queue — drafted, structured, and ready to review. No templates. No workflow setup. No writing.
The Problem It Solves
Every property agent knows they should be nurturing their contact database. The gap has always been execution: finding time to write emails, building sequences that match their voice, and keeping content relevant to each contact type. Generic drip tools offer templates, but templates sound like templates.
NurtureHub's answer is to remove the execution gap entirely.
What Happens Now When You Assign a Category
Assign a contact as a Landlord, a Seller, a Buy-to-Let Investor, or any of the twelve NurtureHub categories, and the platform gets to work immediately in the background.
An Inngest background function fires automatically. It takes two things:
- Your agency's brand voice profile — the tone, style, and language that makes your emails sound like you.
- The contact's category — the context that shapes what the emails should say and what action they should drive.
It passes both to the OpenAI API and generates a three-email nurture sequence: each with a subject line, a full HTML body, and a plain-text fallback.
By the time you've moved on to the next contact, your draft sequence is waiting.
Drafts First, Always
Generated emails land in the sequence_emails table with a status of draft. Nothing leaves your platform without your approval. You get a notification the moment the sequence is ready, so you can open it, read through each email, tweak anything that needs adjusting, and approve — all in one flow.
The AI does the heavy lifting. You stay in control.
Built to Be Reliable
Generating emails via an AI API in the background introduces failure points. We've handled them:
- Retries — transient API failures are retried automatically. You won't see failed sequences because of a momentary network hiccup.
- Token-limit chunking — agencies with detailed brand voice profiles won't hit OpenAI token walls. The function chunks input intelligently to keep generation working at any scale.
- Graceful degradation — if something does fail after retries, the system degrades cleanly. No broken states, no corrupted data.
What This Unlocks
This release is the foundation for everything that comes next in NurtureHub: review and approval flows, scheduling, send tracking, engagement scoring, and hot lead alerts. The sequence generation engine is what all of those features sit on top of.
If you're onboarded and have your brand voice profile set up, v1.0.14 is live and generating sequences today.
Read the full technical details in the AI Nurture Sequence Generation Engine feature guide, or see the Changelog for a concise summary of changes.