This source can sync data for the Zenloop API. It supports both Full Refresh and Incremental syncs for Answer endpoints. 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:
- Answers (Incremental)
- Surveys
- AnswersSurveyGroup (Incremental)
- SurveyGroups
- Properties
The Answers
, AnswersSurveyGroup
and Properties
stream respectively have an optional survey_id parameter that can be set by filling the public_hash_id
field of the connector configuration. If not provided answers for all surveys (groups) will be pulled.
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
integer |
integer |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
The Zenloop connector should not run into Zenloop API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Zenloop account
- Zenloop API token
Please register on Zenloop and retrieve your API token here.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.3 | 2022-09-28 | 17304 | Migrate to per-stream states. |
0.1.2 | 2022-08-22 | 15843 | Adds Properties stream |
0.1.1 | 2021-10-26 | 8299 | Fix missing seed files |
0.1.0 | 2021-10-26 | 7380 | Initial Release |