recipe-create-feedback-form
SolidCreate a Google Form for feedback and share it via Gmail.
API & Backend 27,010 stars
1421 forks Updated yesterday Apache-2.0
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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'`
Details
- Author
- googleworkspace
- Repository
- googleworkspace/cli
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
API & Backend Solid
recipe-collect-form-responses
Retrieve and review responses from a Google Form.
27,010 Updated yesterday
googleworkspace AI & Automation Solid
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
27,010 Updated yesterday
googleworkspace AI & Automation Solid
recipe-share-doc-and-notify
Share a Google Docs document with edit access and email collaborators the link.
27,010 Updated yesterday
googleworkspace