n8n Spintax Workflow: Generate Unique Cold Email Copy per Lead
n8n Spintax Workflow: Generate Unique Cold Email Copy per Lead
Regular price
£39.99
Regular price
£39.99
Sale price
Unit price
/
per
⬇
Instant Digital Download
∞
Unlimited Downloads
★
Lifetime Access in Your Account
Couldn't load pickup availability
🔥
128+ Sold
Popular with n8n builders
⚡
23 people viewing
High interest right now
✅
9 added today
Fast-moving digital product
n8n Spintax Workflow: Generate Unique Cold Email Copy per Lead
Regular price
£39.99
Regular price
£39.99
Sale price
Unit price
/
per
Generate unique cold email copy for every lead—deterministically
This n8n workflow renders a unique, personalized cold email subject and body per lead using the n8n-nodes-spintax Spintax node. Each lead gets copy that’s different (and reproducible) based on the lead’s fields and a seed—then the final text is ready to map into your sending tool.
What this workflow does
- Runs on demand via a Manual Trigger (execute manually when you’re ready to generate a batch).
-
Loads a list of leads (or products) using a Code step you’ll replace with your real source (e.g., Google Sheets, Airtable, or a CRM). Required fields include things like
first_name,company,product,price,in_stock, andhas_discount. -
Renders a unique subject per item using Spintax, pulling variables from each lead and using a seed based on the
companyto keep output consistent. -
Renders a personalized email body with Spintax variables plus conditionals (e.g., discounts when
has_discountis true) and pluralization (e.g., stock counts based onin_stock). - Outputs rendered text for each item so you can map the subject and body into your email platform, Gmail, or SMTP step.
Use cases
- Generate individualized cold email batches for a SaaS outreach campaign.
- Produce unique product-specific email variations for different catalogs and pricing.
- Maintain consistent variations across reruns using Spintax seeds per company.
Technical details
- Requires: self-hosted n8n with community nodes enabled (instance admin setting).
-
Community node: install
n8n-nodes-spintaxvia Settings → Community Nodes. -
Nodes used:
code,no op,sticky note,n8n-nodes-spintax, andmanual trigger.
Replace the sample Code step with your lead source, update the Spintax templates for your offer, and wire the final step to your sending or publishing node.
