Mantle
This connector use the Mantle API to get customers and subscriptions streams
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
customers | id | DefaultPaginator | ✅ | ✅ |
subscriptions | id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.6 | 2025-10-07 | 67377 | Update dependencies |
0.0.5 | 2025-09-30 | 66339 | Update dependencies |
0.0.4 | 2025-09-09 | 65746 | Update dependencies |
0.0.3 | 2025-09-04 | 65150 | Fix pagination for Subscriptions |
0.0.2 | 2025-08-23 | 65182 | Update dependencies |
0.0.1 | 2025-08-13 | Initial release by @KimPlv via Connector Builder |