recipe-create-feedback-form

Solid

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

API & Backend 27,010 stars 1421 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

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