← 返回
效率工具 中文

Recipe Save Email To Doc

Save a Gmail message body into a Google Doc for archival or reference.
将 Gmail 邮件正文保存到 Google 文档中,便于归档或参考。
googleworkspace-bot
效率工具 clawhub v1.0.12 3 版本 100000 Key: 无需
★ 0
Stars
📥 666
下载
💾 9
安装
3
版本
#latest

概述

Save a Gmail Message to Google Docs

> 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.

Steps

  1. Find the message: gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table
  2. Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'
  3. Create a doc with the content: gws docs documents create --json '{"title": "Saved Email - Important Update"}'
  4. Write the email body: `gws docs +write --document-id DOC_ID --text 'From: boss@company.com

Subject: Important Update

[EMAIL BODY]'`

版本历史

共 3 个版本

  • v1.0.12 当前
    2026-05-03 04:03 安全 安全
  • v1.0.10
    2026-03-29 19:44
  • v1.0.0
    2026-03-19 23:47

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,847
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,304
productivity

Word / DOCX

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