Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What It Does This n8n workflow sends personalized marketing or outreach emails using predefined templates stored in Google Sheets , with SendGrid as the email delivery provider. Instead of relyi...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.merge, n8n-nodes-base.wait, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.limit, n8n-nodes-base.sendgrid
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ezema Kingsley Chibuzo.
Original n8n.io sourceThis n8n workflow sends personalized marketing or outreach emails using predefined templates stored in Google Sheets, with SendGrid as the email delivery provider. Instead of relying on dynamic AI content, this setup selects a ready-made template and merges it with business-specific lead data — delivering consistent and fast email personalization at scale.
Sometimes, you don’t need the overhead or variability of AI-generated content. Predefined templates give you:
[BusinessName], [Location], etc.[BusinessName] or [Category] are replaced with actual lead info using the Fix Variable (Set) node..json file into your n8n instance.LeadsEmail TemplateAdd additional workflows:
Feel free to reach out via email: [email protected] Thanks for using this workflow
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send predefined personalized emails to leads from Google Sheets using SendGrid |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Lead Nurturing |
| Author | Ezema Kingsley Chibuzo |
| Published | 02 Aug 2025 |
Use the JSON export at /data/workflows/6917/6917.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What It Does This n8n workflow sends personalized marketing or outreach emails using predefined templates stored in Google Sheets , with SendGrid as the email delivery provider. Instead of relyi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing use case.