--- title: 'SurveyMonkey' description: 'Create surveys, collect responses, and manage contacts via the SurveyMonkey API.' --- # SurveyMonkey Create surveys, collect responses, and manage contacts via the SurveyMonkey API. | Detail | Value | |---|---| | Category | Productivity | | Base URL | `https://api.surveymonkey.com/v3` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `surveymonkey` | ## Using SurveyMonkey in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **SurveyMonkey** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /surveys](./get_surveys_productivity_listsurveys) | List surveys | | [POST /surveys](./post_surveys_productivity_createsurvey) | Create a survey | | [GET /surveys/{surveyId}](./get_surveys_surveyid_productivity_getsurvey) | Get a survey | | [GET /surveys/{surveyId}/responses/bulk](./get_surveys_surveyid_responses_bulk_productivity_listresponses) | Get survey responses | | [GET /surveys/{surveyId}/collectors](./get_surveys_surveyid_collectors_productivity_listcollectors) | List collectors | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.