SurveyMonkey

SurveyMonkey is an online survey development platform that enables users to create, distribute, and analyze surveys for various purposes.

22 actions Integration catalog
Request access
Connect SurveyMonkey once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Bulk ContactsSURVEY_MONKEY_CREATE_BULK_CONTACTS
Creates multiple contacts in SurveyMonkey in a single API call. Use this action to efficiently add multiple contacts at once, optionally updating existing ones. Each contact requires first_name, last_name, and either email or phone_number. The response indicates which contacts succeeded, which were invalid, and which already existed. Requires 'contacts_write' OAuth scope.
Create ContactSURVEY_MONKEY_CREATE_CONTACT
Creates a new contact in SurveyMonkey. Contacts can be added to contact lists and used for email invitations. Use this action when you need to add a new contact to your SurveyMonkey account for survey distribution.
Create Contact ListSURVEY_MONKEY_CREATE_CONTACT_LIST
Creates a new contact list in SurveyMonkey. Contact lists are used to organize contacts for sending survey invitations via email or SMS collectors. Use this action when you need to create a contact list before adding contacts and sending surveys. Returns the contact list ID and API URL for managing the list.
Create SurveySURVEY_MONKEY_CREATE_SURVEY
Creates a new empty survey in SurveyMonkey with one empty page and no questions. Returns the survey ID and internal URLs for editing, previewing, and analyzing results — shareable collector URLs are not returned; use SURVEY_MONKEY_GET_COLLECTORS after creation to retrieve or manage those. The survey_id can be used with other actions to add questions, pages, or collectors. Finalize survey design before broad distribution, as modifying questions after distributing live links can invalidate prior responses. Example: "Create a survey titled 'Customer Satisfaction Survey'"
Create Survey FolderSURVEY_MONKEY_CREATE_SURVEY_FOLDER
Creates a new survey folder in SurveyMonkey to organize surveys. Use when you need to create a folder for grouping related surveys.
Delete SurveySURVEY_MONKEY_DELETE_SURVEY
Tool to delete a specific survey. Use when the survey ID is confirmed correct. Deletion is irreversible. Example prompt: "Delete survey '123456789'."
Bulk Get ContactsSURVEY_MONKEY_GET_BULK_CONTACTS
Tool to retrieve contacts in bulk from SurveyMonkey. Use when you need to fetch multiple contacts efficiently with pagination support.
Get Survey CollectorsSURVEY_MONKEY_GET_COLLECTORS
Tool to retrieve a list of collectors for a specific survey. Use when you need collector URLs, counts, and statuses. Survey creation does not return shareable links; use this tool to obtain collector URLs after creating a survey.
Get ContactsSURVEY_MONKEY_GET_CONTACTS
Retrieves a list of contacts from SurveyMonkey. Use this tool to fetch contacts that can be used for sending survey invitations. Contacts can be filtered by status (active, optout, bounced), searched by email or name, sorted by various fields, and paginated through using page/per_page parameters. Returns contact details including ID, email, names, phone numbers, and custom fields. Requires 'contacts_read' or 'contacts_write' OAuth scope.
Get Current UserSURVEY_MONKEY_GET_CURRENT_USER
Tool to retrieve the current authenticated user's account details including plan information. Use when you need to get information about the authenticated user's SurveyMonkey account.
Get GroupsSURVEY_MONKEY_GET_GROUPS
Tool to retrieve a list of groups. Use after authentication when you need to enumerate or paginate through all groups in your SurveyMonkey account.
Get Survey ResponsesSURVEY_MONKEY_GET_RESPONSES
Tool to retrieve a paginated list of responses for a specific survey. Use when you need to browse or filter responses after confirming the survey ID. Iterate through all pages using `page` and `per_page` to avoid missing responses in large surveys.
Get Survey DetailsSURVEY_MONKEY_GET_SURVEY_DETAILS
Retrieves comprehensive details and metadata for a specific survey by its ID. Returns survey configuration including title, language, question/page counts, response count, URLs for preview/edit/analyze/collect, navigation button text, and creation/modification timestamps. Use this to get detailed information about a survey after obtaining its ID from Get Surveys.
Get Survey Details (Expanded)SURVEY_MONKEY_GET_SURVEY_DETAILS2
Retrieves expanded survey details including all pages, questions, and answer options. Use when you need the complete survey structure with question IDs and answer option IDs for mapping responses.
Get Survey Responses (Bulk)SURVEY_MONKEY_GET_SURVEY_RESPONSES_BULK
Tool to retrieve bulk survey responses with full question answers and response data. Use when you need to export or analyze detailed response data for a survey.
Get SurveysSURVEY_MONKEY_GET_SURVEYS
Tool to retrieve a paginated list of surveys. Use when you need to enumerate or paginate through all surveys. Results are capped at 100 per page (`per_page` max=100); iterate over all pages using `page` to avoid missing surveys on large accounts.
Get Survey TrendsSURVEY_MONKEY_GET_SURVEY_TRENDS
Tool to retrieve trend data for a survey showing answer counts for particular time periods. Use when you need to analyze response trends over time for survey questions. Not available for file_upload, slider, presentation, demographic, matrix_menu, or datetime question types.
List Available LanguagesSURVEY_MONKEY_LIST_AVAILABLE_LANGUAGES
Tool to retrieve all available languages for creating multilingual surveys. Use when you need to get language codes and names for survey creation or translation.
List Benchmark BundlesSURVEY_MONKEY_LIST_BENCHMARK_BUNDLES
Tool to retrieve a list of benchmark bundles. Use when you need to enumerate available benchmark bundles for benchmarking survey results.
List Contact FieldsSURVEY_MONKEY_LIST_CONTACT_FIELDS
Tool to retrieve a list of contact fields from SurveyMonkey. Use when you need to enumerate available contact fields that can be used for contact management and data collection.
List Contact ListsSURVEY_MONKEY_LIST_CONTACT_LISTS
Tool to retrieve a list of contact lists from SurveyMonkey. Use this when you need to enumerate all contact lists in your account or find a specific list by name. Contact lists are collections of contacts that can be used for sending survey invitations.
List WebhooksSURVEY_MONKEY_LIST_WEBHOOKS
Tool to retrieve a list of webhooks from SurveyMonkey. Use when you need to view all configured webhooks or find a specific webhook by name.