# SurveyMonkey AI integration on Definable

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

## What this connects

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

Vendor: https://www.surveymonkey.com

## Tools available

**22** tools available. First 12:

- `SURVEY_MONKEY_CREATE_BULK_CONTACTS` — 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.
- `SURVEY_MONKEY_CREATE_CONTACT` — 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.
- `SURVEY_MONKEY_CREATE_CONTACT_LIST` — 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.
- `SURVEY_MONKEY_CREATE_SURVEY` — 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'"
- `SURVEY_MONKEY_CREATE_SURVEY_FOLDER` — 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.
- `SURVEY_MONKEY_DELETE_SURVEY` — Delete Survey — Tool to delete a specific survey. Use when the survey ID is confirmed correct. Deletion is irreversible. Example prompt: "Delete survey '123456789'."
- `SURVEY_MONKEY_GET_BULK_CONTACTS` — Bulk Get Contacts — Tool to retrieve contacts in bulk from SurveyMonkey. Use when you need to fetch multiple contacts efficiently with pagination support.
- `SURVEY_MONKEY_GET_COLLECTORS` — Get Survey 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.
- `SURVEY_MONKEY_GET_CONTACTS` — 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.
- `SURVEY_MONKEY_GET_CURRENT_USER` — 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.
- `SURVEY_MONKEY_GET_GROUPS` — 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.
- `SURVEY_MONKEY_GET_RESPONSES` — Get Survey 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.

## Auth

Auth schemes: `OAUTH2`, `API_KEY`.

## How agents use SurveyMonkey

Inside a Definable workflow, SurveyMonkey is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → SurveyMonkey** — the Researcher (GPT-5.5) pulls context from SurveyMonkey (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → SurveyMonkey** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into SurveyMonkey (create record, post message, draft email).
- **Designer / Engineer → Distributor → SurveyMonkey** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via SurveyMonkey (attach file, open PR comment, post status).

The Verifier checks every SurveyMonkey call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- forms & surveys — https://definable.ai/apps/category/forms-&-surveys/
- analytics — https://definable.ai/apps/category/analytics/

## Related

- HTML page: https://definable.ai/apps/survey_monkey/
- Same category (forms & surveys): https://definable.ai/apps/category/forms-&-surveys/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
