Chift
Chift is a tool that allows for the integration of financial data into SaaS products.
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
client_id | string | Client Id. | |
account_id | string | Account Id. | |
client_secret | string | Client Secret. |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| consumers | consumerid | No pagination | ✅ | ❌ |
| connections | connectionid | No pagination | ✅ | ❌ |
| syncs | No pagination | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
Account Id
required
string
account_id
Client Id
required
string
client_id
Client Secret
required
string
client_secret
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.1 | 2025-10-13 | Initial release by @FVidalCarneiro via Connector Builder |