recipe-create-feedback-form▌
googleworkspace/cli · updated Apr 8, 2026
Create a Google Form for feedback collection and distribute it via email.
- ›Requires gws-forms and gws-gmail skills as dependencies
- ›Two-step workflow: create a form with custom title and document name, then email the responder URI to recipients
- ›Designed for feedback collection scenarios such as post-event surveys or attendee input gathering
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Create and Share a Google Form</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-forms</code>, <code>gws-gmail</code></p>\n</blockquote>\n<p>Create a Google Form for feedback and share it via Gmail.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create form: <code>gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}'</code></li>\n<li>Get the form URL from the response (responderUri field)</li>\n<li>Email the form: <code>gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'</code></li>\n</ol>"}}]