# SurveyMonkey

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

- **Category:** forms & surveys
- **Auth:** OAUTH2, API_KEY
- **Composio Managed App Available?** No
- **Tools:** 22
- **Triggers:** 0
- **Slug:** `SURVEY_MONKEY`
- **Version:** 20260316_00

## Tools

### Create Bulk Contacts

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `contacts` | array | Yes | Array of contact objects to create. Each contact must have first_name, last_name, and either email or phone_number. |
| `update_existing` | boolean | No | Whether to update existing contacts with the same email or phone number. Defaults to false. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Contact

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `email` | string | Yes | Contact email address. This is the primary identifier for the contact. |
| `last_name` | string | No | Contact's last name. Optional field for personalization. |
| `first_name` | string | No | Contact's first name. Optional field for personalization. |
| `custom_fields` | object | No | Custom field values keyed by field ID. Use field IDs (e.g., '1', '2') as keys and string values. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Contact List

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | No | Name of the contact list to create. If not provided, defaults to 'New List'. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Survey

**Slug:** `SURVEY_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'"

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `title` | string | Yes | Title of the new survey. This will be displayed to survey respondents. |
| `footer` | boolean | No | Whether to display SurveyMonkey branding footer in the survey. Defaults to true. |
| `language` | string | No | Survey language code in ISO 639-1 format. Defaults to 'en' (English). Examples: 'es' (Spanish), 'fr' (French), 'de' (German). |
| `nickname` | string | No | Optional internal nickname for the survey (not shown to respondents). Useful for organizing surveys. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Create Survey Folder

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `title` | string | Yes | The title/name of the survey folder to create. This will be used to organize and group related surveys. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Delete Survey

**Slug:** `SURVEY_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'."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `survey_id` | string | Yes | The unique identifier of the survey to be deleted. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Bulk Get Contacts

**Slug:** `SURVEY_MONKEY_GET_BULK_CONTACTS`

Tool to retrieve contacts in bulk from SurveyMonkey. Use when you need to fetch multiple contacts efficiently with pagination support.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page number for pagination (default: 1) |
| `per_page` | integer | No | Number of contacts to return per page (default: 50) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Survey Collectors

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | No | Partial match filter on collector name |
| `page` | integer | No | Page number to return (default=1) |
| `include` | array | No | Additional fields to include per collector |
| `sort_by` | string ("id" | "date_modified" | "type" | "status" | "name") | No | The field to sort collectors by. |
| `end_date` | string | No | Filter collectors created before this datetime (YYYY-MM-DDTHH:MM:SS) |
| `per_page` | integer | No | Resources per page (default=50) |
| `survey_id` | string | Yes | Survey ID to retrieve collectors for |
| `sort_order` | string ("ASC" | "DESC") | No | The sort order for results (ASC or DESC). |
| `start_date` | string | No | Filter collectors created after this datetime (YYYY-MM-DDTHH:MM:SS) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Contacts

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page number for pagination. Defaults to 1 |
| `search` | string | No | Search query string to filter contacts |
| `status` | string | No | Filter contacts by status. Options: 'active' (default), 'optout', or 'bounced' |
| `sort_by` | string | No | Field to sort by. Options: 'email' (default), 'first_name', 'last_name', or custom fields '1' through '6' |
| `per_page` | integer | No | Number of contacts to return per page. Defaults to API default (typically 50) |
| `search_by` | string | No | Field to search in. Options: 'email', 'first_name', 'last_name', or custom fields '1' through '6' |
| `sort_order` | string | No | Sort order. Options: 'ASC' (ascending) or 'DESC' (descending) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Current User

**Slug:** `SURVEY_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.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Groups

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page number to retrieve (1-based index). |
| `include` | string | No | Comma-separated list of additional fields to include in each group object, e.g., 'member_count'. |
| `per_page` | integer | No | Number of groups to return per page. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Survey Responses

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ip` | string | No | Filter responses by IP address |
| `page` | integer | No | Page number to return (default=1) |
| `email` | string | No | Filter responses by recipient's email |
| `custom` | string | No | Filter responses by custom value associated with the response |
| `status` | string ("completed" | "partial" | "overquota" | "disqualified") | No | Filter responses by status |
| `sort_by` | string | No | Field to sort by |
| `per_page` | integer | No | Number of responses per page (default=50) |
| `last_name` | string | No | Filter responses by recipient's last name |
| `survey_id` | string | Yes | The unique identifier of the survey. |
| `first_name` | string | No | Filter responses by recipient's first name |
| `sort_order` | string ("ASC" | "DESC") | No | Sort order |
| `end_created_at` | string | No | Filter responses created before this datetime (ISO 8601) |
| `total_time_max` | integer | No | Filter responses with total time less than or equal to this value (in seconds) |
| `total_time_min` | integer | No | Filter responses with total time greater than or equal to this value (in seconds) |
| `end_modified_at` | string | No | Filter responses modified before this datetime (ISO 8601) |
| `custom_variables` | string | No | Filter responses by custom variables as key:value pairs |
| `start_created_at` | string | No | Filter responses created after this datetime (ISO 8601) |
| `total_time_units` | string ("second" | "minute" | "hour") | No | Unit for total_time_min and total_time_max |
| `start_modified_at` | string | No | Filter responses modified after this datetime (ISO 8601) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Survey Details

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `survey_id` | string | Yes | The unique identifier of the survey to fetch details for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Survey Details (Expanded)

**Slug:** `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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `survey_id` | string | Yes | The unique identifier of the survey to fetch expanded details for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Survey Responses (Bulk)

**Slug:** `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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | string | Yes | Survey ID to fetch bulk responses for |
| `page` | integer | No | Page number to return (1-based index) |
| `status` | string ("completed" | "partial" | "overquota" | "disqualified") | No | Filter responses by status: completed, partial, overquota, or disqualified |
| `per_page` | integer | No | Number of responses per page (max 100) |
| `end_created_at` | string | No | Filter responses created before this datetime (ISO 8601 format) |
| `start_created_at` | string | No | Filter responses created after this datetime (ISO 8601 format) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Surveys

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page of resources to return (1-based index) |
| `title` | string | No | Search survey list by survey title (partial match) |
| `include` | array | No | Additional fields to include per survey or filter surveys. Fields: response_count, date_modified, date_created, question_count, page_count, category, language, folder_id. Filters: shared_with (surveys shared with you), shared_by (surveys you shared), owned (surveys you own) |
| `sort_by` | string ("title" | "date_modified" | "num_responses") | No | Field to sort surveys by |
| `per_page` | integer | No | Number of resources to return per page (max=100) |
| `folder_id` | string | No | Filter to only return surveys in a specific folder |
| `sort_order` | string ("ASC" | "DESC") | No | Sort order: ascending (ASC) or descending (DESC) |
| `end_modified_at` | string | No | Filter surveys modified before this date (format: YYYY-MM-DDTHH:MM:SS) |
| `start_modified_at` | string | No | Filter surveys modified after this date (format: YYYY-MM-DDTHH:MM:SS) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Survey Trends

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `trend_by` | string | No | Specifies the time period grouping for trend data (e.g., month, week, day) |
| `survey_id` | string | Yes | The unique identifier of the survey to get trends for. |
| `end_created_at` | string | No | Filter responses by creation date end (ISO 8601 format: YYYY-MM-DDTHH:MM:SS) |
| `end_modified_at` | string | No | Filter responses by modified date end (ISO 8601 format: YYYY-MM-DDTHH:MM:SS) |
| `start_created_at` | string | No | Filter responses by creation date start (ISO 8601 format: YYYY-MM-DDTHH:MM:SS) |
| `start_modified_at` | string | No | Filter responses by modified date start (ISO 8601 format: YYYY-MM-DDTHH:MM:SS) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Available Languages

**Slug:** `SURVEY_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.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Benchmark Bundles

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page number to retrieve (1-based index). |
| `country` | string | No | Country code to filter benchmark bundles. Default is 'US'. |
| `per_page` | integer | No | Number of benchmark bundles to return per page. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Contact Fields

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Page number for pagination (default: 1). |
| `per_page` | integer | No | Number of contact fields to return per page (default: 50, max: 50). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Contact Lists

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Which page of resources to return. Defaults to 1 |
| `per_page` | integer | No | Number of contact lists to return per page |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Webhooks

**Slug:** `SURVEY_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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Which page of resources to return. Defaults to 1 |
| `per_page` | integer | No | Number of webhooks to return per page. Defaults to 50 |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
