eavz
Google Forms

Google Forms

Create and manage forms and collect responses with Google Forms

5 actions
1 trigger

Actions

Name
list_forms

List all Google Forms in your Drive

get_form

Get a Google Form by ID

get_responses

Get all responses for a Google Form

get_response

Get a specific response from a Google Form

custom_api_call

Make a custom API call to the Google Forms API

Triggers

Name
new_response

Triggers when a new response is submitted to a Google Form

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'google-forms',
  actionName: 'list_forms',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Forms to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Google Forms support?

Google Forms supports 5 actions including List Forms, Get Form, Get Responses, Get Response, Custom API Call.

Can I use Google Forms with AI agents?

Yes. Add Google Forms to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Google Forms use?

Google Forms uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Google Forms integration cost?

The Google Forms integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Google Forms support?

Google Forms supports 1 triggers including New Response.

Connect Google Forms in 2 minutes

Get 1,000 free actions every month. No credit card required.