Connectors
SurveyMonkey
Icon

SurveyMonkey Connector

Quickly build integrations connecting your B2B SaaS to SurveyMonkey.

About the SurveyMonkey Connector

Manage surveys, collectors, responses, contacts, and webhooks in SurveyMonkey.

Actions

Action NameAction Description
List SurveysList all surveys accessible to the authenticated user.
Get SurveyRetrieve summary information about a survey. Use 'Get Survey Details' for full structure.
Get Survey DetailsRetrieve the complete survey structure including pages and questions.
Create SurveyCreate a new survey. Can be blank, from a template, or copied from an existing survey.
Delete SurveyPermanently delete a survey and all its data. This cannot be undone.
List CollectorsList all collectors for a survey.
Get CollectorRetrieve details about a specific collector.
Create CollectorCreate a new collector for a survey. Non-weblink collectors require a paid plan.
Update CollectorUpdate an existing collector's settings.
Delete CollectorDelete a collector.
Get Collector StatsGet response statistics for a collector.
List ResponsesList summary information for all responses to a survey.
Get ResponseGet summary information about a specific response. Use 'Get Response Details' for full answers.
Get Response DetailsGet complete response details including all answers. Requires responses_read_detail scope.
List Responses BulkBulk export responses with full answer details. More efficient for large exports.
Update ResponseUpdate response metadata such as status.
Delete ResponseDelete a survey response.
List ContactsList all contacts in your account.
Get ContactRetrieve details about a specific contact.
Create ContactCreate a new contact.
Create Contacts BulkCreate multiple contacts at once using a JSON array.
Update ContactUpdate an existing contact's information.
Delete ContactDelete a contact.
List Contact ListsList all contact lists in your account.
Get Contact ListRetrieve details about a specific contact list.
Create Contact ListCreate a new contact list.
Update Contact ListUpdate a contact list's name.
Delete Contact ListDelete a contact list.
List WebhooksList all webhooks in your account.
Get WebhookRetrieve details about a specific webhook.
Create WebhookCreate a new webhook subscription. The URL must be unique and handle HEAD requests.
Update WebhookUpdate an existing webhook's settings.
Delete WebhookDelete a webhook subscription.
Get Current UserRetrieve information about the currently authenticated user.
Raw RequestSend raw HTTP request to SurveyMonkey API.

Triggers

Trigger NameTrigger Description
Webhook EventsReceive real-time notifications for SurveyMonkey events. Automatically creates and manages a webhook subscription when the instance is deployed, and removes the subscription when the instance is deleted.