recipe-send-personalized-emails
Installation
Summary
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
- Requires
gws-sheetsandgws-gmailskills to be loaded before execution - Reads recipient lists from a specified Google Sheets range, then iterates through each row to send customized emails
- Supports dynamic personalization by embedding recipient data (name, email, etc.) into subject lines and message bodies
SKILL.md
Send Personalized Emails from a Sheet
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-gmail
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
Steps
- Read recipient list:
gws sheets +read --spreadsheet-id SHEET_ID --range 'Contacts!A2:C' - For each row, send a personalized email:
gws gmail +send --to recipient@example.com --subject 'Hello, Name' --body 'Hi Name, your report is ready.'
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.7Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8K