recipe-create-feedback-form

recipe-create-feedback-form

热门

创建用于收集反馈的 Google 表单,并通过 Gmail 分享。

2.9万Star
1669Fork
更新于 2026/3/31
SKILL.md
只读
名称
recipe-create-feedback-form
描述

创建用于收集反馈的 Google 表单,并通过 Gmail 分享。

创建并分享 Google 表单

先决条件: 加载以下技能以执行此操作:gws-formsgws-gmail

创建用于收集反馈的 Google 表单,并通过 Gmail 分享。

步骤

  1. 创建表单:gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'
  2. 从响应中获取表单 URL(responderUri 字段)
  3. 通过电子邮件发送表单:gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'