Actions
| Name | Description |
|---|---|
list_formsList all Google Forms in your Drive | List all Google Forms in your Drive |
get_formGet a Google Form by ID | Get a Google Form by ID |
get_responsesGet all responses for a Google Form | Get all responses for a Google Form |
get_responseGet a specific response from a Google Form | Get a specific response from a Google Form |
custom_api_callMake a custom API call to the Google Forms API | Make a custom API call to the Google Forms API |
Triggers
| Name | Description |
|---|---|
new_responseTriggers when a new response is submitted to a Google Form | Triggers when a new response is submitted to a Google Form |
Quick Start
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.