recipe-create-feedback-form

recipe-create-feedback-form

熱門

建立 Google 表單收集回饋,並透過 Gmail 分享。

2.9萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-create-feedback-form
description

建立 Google 表單收集回饋,並透過 Gmail 分享。

建立並分享 Google 表單

先決條件: 載入以下技能以執行此配方:gws-formsgws-gmail

建立 Google 表單收集回饋,並透過 Gmail 分享。

步驟

  1. 建立表單:gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'
  2. 從回應中取得表單網址(responderUri 欄位)
  3. 寄送表單郵件:gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'