Block 1 - Send a message
- Type / Role
- n8n-nodes-base.microsoftOutlook - microsoftOutlook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Send a templated outreach email to new leads in a Google Sheet on a daily schedule , then mark each lead as contacted so they won’t be emailed twice. Built with: Schedule Trigger → Google Sheets → ...
n8n-nodes-base.microsoftoutlook, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.filter, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Robert Breen.
Original n8n.io sourceSend a templated outreach email to new leads in a Google Sheet on a daily schedule, then mark each lead as contacted so they won’t be emailed twice. Built with: Schedule Trigger → Google Sheets → Filter → Outlook Send Email → Google Sheets (append/update).
Contacted is empty.to = {{$json.Email}}).Contacted = Yes (match on Email) to prevent re-sending.Email, Contacted (blank for new).https://YOUR_N8N_URL/rest/oauth2-credential/callback. offline_access, Mail.Send, User.Read. Grant admin consent if required. offline_access Mail.Send openid email profile.To mapped to {{$json.Email}}. {{$json.FirstName}}). Email) or separate source/CRM sheets. Contacted is blank for new rows and the Filter checks “is empty.” Email, Contacted). Category: Sales & CRM
Tags: outreach, follow-up, google-sheets, outlook, schedule, dedupe, cold-email
v1.0.0 — Initial release: scheduled outreach, Outlook email, de-dupe via Contacted = Yes.
Need help customizing (personalization, rate-limits, CRM sync, bounce checks)?
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 | Email new leads from Google Sheets via Outlook on a schedule |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Lead Nurturing |
| Author | Robert Breen |
| Published | 31 Aug 2025 |
Use the JSON export at /data/workflows/8095/8095.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.
Send a templated outreach email to new leads in a Google Sheet on a daily schedule , then mark each lead as contacted so they won’t be emailed twice. Built with: Schedule Trigger → Google Sheets → ...
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.