* 🎉 Source Chartmogul: Add CustomerCount stream * Update description * address comments * update changelog * format source file * run seed file Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
1.5 KiB
1.5 KiB
Chartmogul
Sync overview
The Chartmogul source supports Full Refresh syncs only.
This source syncs data for the Chartmogul API.
Notes
If start_date is set, it will only apply to Activities stream. Customers' endpoint does not provide a way to filter by creation or update dates.
Output schema
This Source is capable of syncing the following streams:
- Customers
- [CustomerCount] (https://dev.chartmogul.com/reference/retrieve-customer-count)
- Activities
Features
| Feature | Supported?(Yes/No) |
|---|---|
| Full Refresh Sync | Yes |
| Incremental - Append Sync | No |
| Namespaces | No |
Performance considerations
The Chartmogul connector should not run into Chartmogul API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- Chartmogul Account
- Chartmogul API Key
Setup guide
Please read How to find your API key.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.1 | 2022-03-02 | 10756 | Add new stream: customer-count |
| 0.1.0 | 2022-01-10 | 9381 | New Source: Chartmogul |