SKILL.md
readonlyread-only
name
recipe-create-feedback-form
description
建立 Google 表單收集回饋,並透過 Gmail 分享。
建立並分享 Google 表單
先決條件: 載入以下技能以執行此配方:
gws-forms、gws-gmail
建立 Google 表單收集回饋,並透過 Gmail 分享。
步驟
- 建立表單:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - 從回應中取得表單網址(responderUri 欄位)
- 寄送表單郵件:
gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'






