Skills Productivity Feedback Form via Gmail

Feedback Form via Gmail

v20260401
recipe-create-feedback-form
Generate a Google Form tailored for event or session feedback and quickly distribute it to participants through Gmail, automating the survey creation and invitation process for productivity boosts.
Get Skill
384 downloads
Overview

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'
Info
Category Productivity
Name recipe-create-feedback-form
Version v20260401
Size 827B
Updated At 2026-04-08
Language