recipe-create-feedback-form

Create a Google Form for event feedback and email its URL via Gmail.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-create-feedback-form-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-create-feedback-form
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/recipe-create-feedback-form
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill recipe-create-feedback-form-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and share Google Forms for feedback automatically, removing manual form creation and distribution steps.

Core Features & Use Cases

  • Create a Google Form for feedback with a simple recipe call.
  • Retrieve the form URL from the response (responderUri) and share it via Gmail.
  • Use cases include event surveys, attendee feedback, and rapid data collection with automated email delivery.

Quick Start

Execute the recipe to create a Google Form titled "Event Feedback" and email its URL to attendees.

Frequently Asked Questions about recipe-create-feedback-form

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Google Form for event feedback and send the link via Gmail?

To create a Google Form for event feedback and send it via Gmail, this automation uses a JSON payload to configure the form, retrieves the responderUri from the response, and automatically emails the form URL to attendees.

Can I automate Google Forms creation and email distribution for surveys?

Yes, you can automate Google Forms creation and email distribution for surveys by executing a recipe that leverages gws-forms to build the form and gws-gmail to deliver the feedback link directly to attendee inboxes.

How do I configure form fields when generating a Google Form for feedback?

You configure form fields when generating a Google Form for feedback by providing a JSON payload that defines the form structure, ensuring the automation correctly applies your survey parameters to the gws-forms component.

What is the best way to share a Google Forms survey link with event attendees automatically?

The best way to share a Google Forms survey link with attendees automatically is to use a recipe that extracts the responderUri from the form creation response and passes it to gws-gmail for immediate email distribution.

Do I need a JSON payload to set up an automated Google Form and Gmail feedback workflow?

Yes, you need a JSON payload to set up this automated Google Form and Gmail feedback workflow because the recipe enforces using a JSON payload to configure the form fields before retrieving and sharing the responderUri.

Can I use this Google Forms and Gmail integration for rapid data collection outside of events?

Yes, you can use this Google Forms and Gmail integration for rapid data collection outside of events because the automation applies to any surveys requiring form links delivered by email, not just event feedback.