Actions
| Name | Description |
|---|---|
list_surveysList all surveys in your SurveyMonkey account | List all surveys in your SurveyMonkey account |
get_surveyGet details of a specific survey | Get details of a specific survey |
get_responsesGet responses for a survey (bulk) | Get responses for a survey (bulk) |
get_response_detailsGet details of a specific survey response | Get details of a specific survey response |
custom_api_callMake a custom API call to the SurveyMonkey API | Make a custom API call to the SurveyMonkey API |
Triggers
| Name | Description |
|---|---|
new_responseTriggers when a new response is completed for a survey | Triggers when a new response is completed for a survey |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'surveymonkey',
actionName: 'list_surveys',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect SurveyMonkey to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does SurveyMonkey support?
SurveyMonkey supports 5 actions including List Surveys, Get Survey, Get Responses, Get Response Details, Custom API Call.
Can I use SurveyMonkey with AI agents?
Yes. Add SurveyMonkey 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 SurveyMonkey use?
SurveyMonkey uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the SurveyMonkey integration cost?
The SurveyMonkey integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does SurveyMonkey support?
SurveyMonkey supports 1 triggers including New Response.
Connect SurveyMonkey in 2 minutes
Get 1,000 free actions every month. No credit card required.