Kustomer
Supports:
- ✅ Models
- ✅ Model sync destination
Connection
Configuration
Example
Model Sync
Source
Configuration
Example
Target
Kustomer connections may be used as the destination in a model sync.
Supports:
| Name | Type | Description | Required |
|---|---|---|---|
apikey | string | API Key | true |
domain | string | Customer Portal Subdomain e.g. ‘polytomic’ if your portal is ‘https://polytomic.kustomerapp.com/app’ | true |
1 { 2 "name": "Kustomer connection", 3 "type": "kustomer", 4 "configuration": { 5 "apikey": "secret", 6 "domain": "polytomic" 7 } 8 }
| Name | Type | Description | Required |
|---|---|---|---|
object | string | Object Accepted values: customer, company | true |
1 { 2 ... 3 "configuration": { 4 "object": "customer" 5 } 6 }
Kustomer connections may be used as the destination in a model sync.
