This source can sync data for the SurveyMonkey API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source is capable of syncing the following core Streams:
- Surveys (Incremental)
- SurveyPages
- SurveyQuestions
- SurveyResponses
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
The SurveyMonkey API applies heavy API quotas for default private apps, which have the following limits:
- 125 requests per minute
- 500 requests per day
To cover more data from this source we use caching.
Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- SurveyMonkey API Key
Please read this docs. Register your application here Then go to Settings and copy your access token
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.7 | 2022-02-24 | 8768 | Add custom survey IDs to limit API calls |
0.1.6 | 2022-01-14 | 9508 | Scopes change |
0.1.5 | 2021-12-28 | 8628 | Update fields in source-connectors specifications |
0.1.4 | 2021-11-11 | 7868 | Improve 'check' using '/users/me' API call |
0.1.3 | 2021-11-01 | 7433 | Remove unsused oAuth flow parameters |
0.1.2 | 2021-10-27 | 7433 | Add OAuth support |
0.1.1 | 2021-09-10 | 5983 | Fix caching for gzip compressed http response |
0.1.0 | 2021-07-06 | 4097 | Initial Release |