---
id: ssh2-recipe-create-feedback-form
name: "recipe-create-feedback-form"
url: https://skills.yangsir.net/skill/ssh2-recipe-create-feedback-form
author: googleworkspace
domain: product
tags: ["google-forms", "feedback-collection", "survey-design", "user-research", "product-development"]
install_count: 14400
rating: 4.50 (140 reviews)
github: https://github.com/googleworkspace/cli
---

# recipe-create-feedback-form

> 创建一个Google表单用于收集反馈，并通过Gmail分享给相关人员。

**Stats**: 14,400 installs · 4.5/5 (140 reviews)

## Before / After 对比

### 通过自动化流程，高效创建并分享Google反馈表单，确保信息收集的及时性与准确性，显著提升工作效率。

## Readme

# Create and Share a Google Form

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`, `gws-gmail`

Create a Google Form for feedback and share it via Gmail.

## Steps

1. Create form: `gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'`
2. Get the form URL from the response (responderUri field)
3. Email the form: `gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'`



---
*Source: https://skills.yangsir.net/skill/ssh2-recipe-create-feedback-form*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-recipe-create-feedback-form/markdown*