Skip to content

Automated newsletter delivery with n8n, Google Sheets, and SMTP

License

Notifications You must be signed in to change notification settings

VipinMI2024/Automating-Newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter Automation with n8n

Automate newsletter delivery using n8n: fetch subscribers, prepare content, and send emails automatically.

Features

  • Scheduled newsletter sending
  • Fetch subscriber data from Google Sheets
  • Personalized HTML emails via SMTP

Tools

  • n8n – Workflow automation
  • Google Sheets – Subscriber data
  • SMTP – Email sending
  • HTML Editor – Newsletter design

Workflow

  1. Trigger – Schedule workflow (e.g., every Monday 9 AM)
  2. Get Subscribers – Read names & emails from Google Sheets
  3. Prepare Content – Set HTML content and personalize
  4. Send Emails – SMTP sends email to each subscriber

Example Configuration

  • Google Sheets Node: Range A2:B
  • Set Node:
{
  "title": "Weekly Tech Newsletter",
  "message": "Welcome to our weekly update! Stay tuned for tech news!"
}

About

Automated newsletter delivery with n8n, Google Sheets, and SMTP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published