recipe-send-personalized-emails
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Google Workspace Admin SDK: Manage users, groups, and devices.
Google Workspace Alert Center: Manage Workspace security alerts.
Google Apps Script: Manage and execute Apps Script projects.
Google Cloud Identity: Manage identity groups and memberships.
Google People: Manage contacts and profiles.
Google Workspace Reseller: Manage Workspace subscriptions.
| name | recipe-send-personalized-emails |
| version | 1.0.0 |
| description | Read recipient data from Google Sheets and send personalized Gmail messages to each row. |
| metadata | {"openclaw":{"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["gws-sheets","gws-gmail"]}}} |
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.
gws sheets +read --spreadsheet-id SHEET_ID --range 'Contacts!A2:C'gws gmail +send --to recipient@example.com --subject 'Hello, Name' --body 'Hi Name, your report is ready.'