Loading...
Loading...
Find Gmail messages with a specific label and forward them to another address.
npx skill4agent add googleworkspace/cli recipe-forward-labeled-emailsPREREQUISITE: Load the following skills to execute this recipe:gws-gmail
gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'