Block 1 - Daily Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automates email blasts with follow ups and response tracking by reading contact data from a Google Sheet daily, looping through contacts to send personalized emails based on follo...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.switch, n8n-nodes-base.gmail, n8n-nodes-base.emailreadimap, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis n8n workflow automates email blasts with follow-ups and response tracking by reading contact data from a Google Sheet daily, looping through contacts to send personalized emails based on follow-up stages via Gmail, updating the sheet with status changes, and monitoring replies for logging.
This workflow streamlines email marketing campaigns by automating personalized email distribution, managing follow-up sequences, and tracking responses without manual intervention, saving time, improving engagement, and providing actionable insights into contact interactions.
EmailCampaign A1:F10 (or adjust based on needs)| A | B | C | D | E | F |
|---|---|---|---|---|---|
| name | stage | last_email_date | status | response | |
| John Doe | [email protected] | Initial | 2025-08-07 | Pending | |
| Jane Smith | [email protected] | Follow-Up 1 | 2025-08-06 | Sent | "Interested" |
| Bob Jones | [email protected] | Follow-Up 2 | 2025-08-05 | Replied | "Follow up later" |
name: Contact’s full name.email: Contact’s email address for sending emails.stage: Current follow-up stage (e.g., Initial, Follow-Up 1, Follow-Up 2).last_email_date: Date of the last email sent.status: Current status (e.g., Pending, Sent, Replied).response: Logged response from the contact (updated after reply detection).stage logic in the "Determine Follow-Up Stage" node to match your campaign structure.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 | Automated email blast with follow-ups & response tracking |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Social Media, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 08 Aug 2025 |
Use the JSON export at /data/workflows/7175/7175.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.
This n8n workflow automates email blasts with follow ups and response tracking by reading contact data from a Google Sheet daily, looping through contacts to send personalized emails based on follo...
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 Social Media, Multimodal AI use case.