技能 效率工具 文档内容生成Gmail草稿

文档内容生成Gmail草稿

v20260401
recipe-draft-email-from-doc
将 Google 文档正文提取后填入 Gmail 邮件正文,方便快速把文档内容转换为邮件草稿,用于更新通知或简报。
获取技能
422 次下载
概览

Draft a Gmail Message from a Google Doc

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

Read content from a Google Doc and use it as the body of a Gmail message.

Steps

  1. Get the document content: gws docs documents get --params '{"documentId": "DOC_ID"}'
  2. Copy the text from the body content
  3. Send the email: gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
信息
Category 效率工具
Name recipe-draft-email-from-doc
版本 v20260401
大小 788B
更新时间 2026-04-08
语言