recipe-create-feedback-form
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate and Share a Google Form
创建并分享Google Form
PREREQUISITE: Load the following skills to execute this recipe:,gws-formsgws-gmail
Create a Google Form for feedback and share it via Gmail.
前提条件: 加载以下技能以执行此方案:、gws-formsgws-gmail
创建用于收集反馈的Google Form并通过Gmail分享。
Steps
步骤
- Create form:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - Get the form URL from the response (responderUri field)
- Email the form:
gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
- 创建表单:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - 从响应中获取表单URL(responderUri字段)
- 发送表单邮件:
gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'