SurveyMonkey
Version
This integration utilizes the SurveyMonkey API v3.
Base URL
The base URL used for all SurveyMonkey API endpoints:https://api.surveymonkey.com/v3
Authentication & Authorization
The DataGrail SurveyMonkey integration connects using OAuth 2.0.
Scopes
The SurveyMonkey integration requires specific scopes that must be granted in order to function for a given capability.
| Scope | Access | Deletion |
|---|---|---|
contacts_read | ✅ | |
collectors_read | ✅ | |
surveys_read | ✅ | |
responses_read | ✅ | |
responses_read_detail | ✅ | |
contacts_write | ✅ | |
collectors_write | ✅ | |
responses_write | ✅ |
Endpoints Utilized
DataGrail uses the following endpoints to authorize and test the connection:
| Method | Endpoint | Purpose | Docs |
|---|---|---|---|
| GET | /users/me | Verify connection | |
| GET | https://api.surveymonkey.com/oauth/authorize | Request authorization | |
| POST | https://api.surveymonkey.com/oauth/token | Get access token |
Limits
Limits in SurveyMonkey are calculated using the leaky
bucket algorithm. All requests that are made after rate limits have been
exceeded are throttled and an HTTP 429 Too Many Requests error is returned.
Requests succeed again after enough requests have emptied out of the bucket.
- DataGrail supports requests throttling to stay within 70-80% of specified service rate limits.
- DataGrail processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).
Capabilities
Access
DataGrail's SurveyMonkey integration provides Synchronous Access capabilities for the following supported identifier category: Email.Data Interactions
For Access requests, DataGrail will take the following actions:
- Search contacts using configured identifiers.
- Fetch all contact lists.
- Search contacts using configured identifiers in each of the collected contact lists.
- Fetch all surveys owned or shared with the authenticated user.
- Fetch collectors for each of the collected surveys.
- Fetch recipients for each of the collected collectors.
- Select *recipients with email matches to the configured identifiers.
- Fetch a list of responses using configured identifiers, including answers to all questions for each of the collected collectors.
- Fetch questions for each of the collected responses.
- Build related responses collection.
Endpoints Utilized
Deletion
DataGrail's SurveyMonkey integration provides Synchronous Deletion capabilities for the following supported identifier category: Email.Data Interactions
For Deletion requests, DataGrail will take the following actions:
- Delete a contact.
- Delete a recipient.
- Delete a response.
Endpoints Utilized
| Method | Endpoint | Purpose | Docs |
|---|---|---|---|
| DEL | /collectors/collector_id/responses/id | Deletes a response | |
| DEL | /contacts/id | Deletes a contact | |
| DEL | /surveys/survey_id/collectors/collector_id/recipients/id | Deletes a recipient |
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.