recipe-send-personalized-emails
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.'
Weekly Installs
620
Repository
googleworkspace/cliGitHub Stars
15.9K
First Seen
5 days ago
Security Audits
Installed on
codex603
opencode603
gemini-cli601
cursor601
github-copilot601
kimi-cli600