recipe-create-feedback-form
Create a Google Form to collect feedback and share it with relevant individuals via Gmail.
npx skills add googleworkspace/cli --skill recipe-create-feedback-formBefore / After Comparison
1 组In the past, I needed to manually open Google Forms, create a new form, add questions one by one, set sharing permissions, then switch to Gmail to compose an email and attach the link. The entire process was time-consuming and prone to missed steps, especially inefficient in urgent situations.
Now, with just one command, the system can automatically create a pre-set Google feedback form and immediately send it via Gmail to specified recipients. This greatly saves my time, ensures the timeliness and accuracy of feedback collection, and allows me to focus on the content itself.
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
- Create form:
gws forms forms create --json '{"info": {"title": "Event Feedback", "documentTitle": "Event Feedback Form"}}' - Get the form URL from the response (responderUri field)
- Email the form:
gws gmail +send --to attendees@company.com --subject 'Please share your feedback' --body 'Fill out the form: FORM_URL'
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill