技能 效率工具 转发特定标签邮件

转发特定标签邮件

v20260401
recipe-forward-labeled-emails
自动查找指定标签的 Gmail 邮件,并将其转发至预设地址,适用于审阅或后续流程,依赖 gws-gmail 技能集。
获取技能
391 次下载
概览

Forward Labeled Gmail Messages

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail

Find Gmail messages with a specific label and forward them to another address.

Steps

  1. Find labeled messages: gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format table
  2. Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
  3. Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review:

[Original Message Body]'`

信息
Category 效率工具
Name recipe-forward-labeled-emails
版本 v20260401
大小 904B
更新时间 2026-04-08
语言