Loading...
Loading...
Save a Gmail message body into a Google Doc for archival or reference.
npx skill4agent add googleworkspace/cli recipe-save-email-to-docPREREQUISITE: Load the following skills to execute this recipe:,gws-gmailgws-docs
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'gws docs documents create --json '{"title": "Saved Email - Important Update"}'