SurveyMonkey
SurveyMonkey

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

Completely Secure
169892VIEWS
2411USERS

Tools

1 of 4

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 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 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 Survey

Creates a new empty survey in SurveyMonkey. The survey will have one empty page and no questions initially. Returns the survey ID and URLs for editing, previewing, collecting responses, and analyzing results. Use this action when you need to create a new survey. The survey_id returned can be used with other actions to add questions, pages, or collectors. Example: "Create a survey titled 'Customer Satisfaction Survey'"

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 Survey

Tool to delete a specific survey. Use when the survey ID is confirmed correct. Deletion is irreversible. Example prompt: "Delete survey '123456789'."