CLI tool for managing Google Workspace resources dynamically using Discovery APIs.
50
63%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
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.'