PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail,gws-docs
Save a Gmail message body into a Google Doc for archival or reference.
gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table
gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
gws docs documents create --json '{"title": "Saved Email - Important Update"}'
[EMAIL BODY]'`