This n8n template turns a small, targeted HubSpot list into tailored outreach. It scans each contact’s recent Gmail conversations, builds a lightweight persona with AI (tone, goals, pain points, decision style), then drafts a concise sales email aligned to your offer—saved to Gmail as a reviewable draft.
Perfect for SDRs and founders who want personalization at scale without writing from scratch.
This template was originally created by Jim Le.
Manual trigger starts a controlled run.
HubSpot search pulls a focused list of contacts (e.g., hs_buying_role = DECISION_MAKER
).
Batch loop processes contacts one by one.
Gmail fetch grabs up to 20 recent threads from each contact.
AI persona extraction (Information Extractor + Gemini) analyzes messages to capture:
Variables node sets core fields (first name, last name, email) and the offer you want to pitch.
AI email generation (Gemini) mirrors the contact’s tone and priorities; outputs subject + HTML body.
Gmail draft is created for the contact so a rep can skim, tweak, and send.
product_to_sell
with your offer and confirm the contact field mappings.limit
or include received/sent filters to capture more context (mind rate limits).product_to_sell
per segment, or branch by industry to load different value props.