Loading...
Loading...
Read recipient data from Google Sheets and send personalized Gmail messages to each row.
npx skill4agent add googleworkspace/cli recipe-send-personalized-emailsPREREQUISITE: Load the following skills to execute this recipe:,gws-sheetsgws-gmail
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.'