← 返回
开发者工具 中文

Recipe Create Gmail Filter

Create a Gmail filter to automatically label, star, or categorize incoming messages.
创建Gmail过滤器,自动为收件消息添加标签、星标或分类。
googleworkspace-bot googleworkspace-bot 来源
开发者工具 clawhub v1.0.12 3 版本 99869.6 Key: 无需
★ 0
Stars
📥 766
下载
💾 14
安装
3
版本
#latest

概述

Create a Gmail Filter

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

Create a Gmail filter to automatically label, star, or categorize incoming messages.

Steps

  1. List existing labels: gws gmail users labels list --params '{"userId": "me"}' --format table
  2. Create a new label: gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}'
  3. Create a filter: gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from": "receipts@example.com"}, "action": {"addLabelIds": ["LABEL_ID"], "removeLabelIds": ["INBOX"]}}'
  4. Verify filter: gws gmail users settings filters list --params '{"userId": "me"}' --format table

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 03:47 安全 安全
  • v1.0.10
    2026-03-29 14:27
  • v1.0.0
    2026-03-26 22:19

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 447 📥 149,689
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 923 📥 186,221
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 372 📥 142,435