Configuring your connectionsConnection configurations

Chargebee

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
sitestringhttps://{site}.chargebee.comtruefalse
api_keystringtruefalse
ratelimit_rpmintegerDefault rate limits can be found at https://support.chargebee.com/support/solutions/articles/243576-what-are-the-chargebee-api-limits-falsefalse

Example

1{
2 "name": "chargebee connection",
3 "type": "chargebee",
4 "configuration": {
5 "api_key": "secret",
6 "ratelimit_rpm": 0,
7 "site": "https://example.chargebee.com"
8 }
9}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
versionstringAccepted Values: 1.0, 2.0falsefalse
stream_idstringfalsefalse

Example

1{
2 ...
3 "configuration": {
4 "stream_id": "",
5 "version": ""
6 }
7}

Target

N/A

Bulk Sync

Source

N/A

Destination

N/A