CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-send-personalized-emails

Read recipient data from Google Sheets and send personalized Gmail messages to each row.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill recipe-send-personalized-emails
What are skills?

61

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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

  1. Read recipient list: gws sheets +read --spreadsheet-id SHEET_ID --range 'Contacts!A2:C'
  2. For each row, send a personalized email: gws gmail +send --to recipient@example.com --subject 'Hello, Name' --body 'Hi Name, your report is ready.'
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.