eavz
SurveyMonkey

SurveyMonkey

Create surveys, collect responses, and analyze results

5 actions
1 trigger

Actions

Name
list_surveys

List all surveys in your SurveyMonkey account

get_survey

Get details of a specific survey

get_responses

Get responses for a survey (bulk)

get_response_details

Get details of a specific survey response

custom_api_call

Make a custom API call to the SurveyMonkey API

Triggers

Name
new_response

Triggers when a new response is completed for a survey

Quick Start

TypeScript
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.