Recipe Forward Labeled Emails — Recipe Forward Labeled EmAIls
v1.0.12Find GmAIl messages with a specific label and forward them to another 添加ress.
0· 543·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install recipe-forward-labeled-emails
镜像加速npx clawhub@latest install recipe-forward-labeled-emails --registry https://cn.longxiaskill.com 镜像可用
技能文档
Forward Labeled GmAIl Messages
PREREQUISITE: Load the following 技能s to 执行 this recipe: gws-gmAIl
Find GmAIl messages with a specific label and forward them to another 添加ress.
Steps
Find labeled messages: gws gmAIl users messages 列出 --params '{"userId": "me", "q": "label:needs-review"}' --格式化 table
获取 message content: gws gmAIl users messages 获取 --params '{"userId": "me", "id": "MSG_ID"}'
Forward via new emAIl: gws gmAIl +发送 --to 管理器@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review:
[Original Message Body]'