recipe-send-personalized-emails

Send Personalized Emails from a Sheet

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "recipe-send-personalized-emails" with this command: npx skills add googleworkspace/cli/googleworkspace-cli-recipe-send-personalized-emails

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.'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

gws-gmail

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-drive

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-calendar

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-docs

No summary provided by upstream source.

Repository SourceNeeds Review