Back to Templates
"Is Email Sent"
value is empty.Authenticate Google Sheets and Gmail nodes via OAuth2 in your n8n credentials settings.
Your Google Sheet must contain the following columns:
Email
Name (or WF Full Name (metadata))
Is Email Sent
Name | Is Email Sent | |
---|---|---|
[email protected] | John Doe | |
[email protected] | Jane Smith | yes |
Only rows where "Is Email Sent"
is not marked as "yes"
will be processed.
Open the “Send Personalized Email” node and update the message
field. You can use variables like:
{{ $json.Name }}
{{ $json['WF Full Name (metadata)'] }}
Hello {{ $json.Name || $json['WF Full Name (metadata)'] }},
I’m a software developer and automation expert. I work with businesses and individuals to build websites, mobile apps, and powerful digital solutions that help save time and grow online.
I offer a range of services including:
- Website & App Development
- SEO & Digital Marketing
- Business Process Automation
If you’re looking to start a new project or improve your current setup, I’d love to connect and see how I can help.
Are you interested in discussing any of these services?
Best regards,
Software Developer | Automation Expert
Edit the Schedule Trigger node to your preferred time (currently set to 2 PM daily):
You can make a copy of this sample Google Sheet to get started.