BILL
Supports:
- ✅ Connection Proxy
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
dev_key | string | Developer key | true |
environment | string | Environment Accepted values: production, sandbox | true |
organization_id | string | Organization ID | true |
sync_token | string | Sync token | true |
sync_token_name | string | Sync token name | true |
Example
1 { 2 "name": "BILL connection", 3 "type": "bill", 4 "configuration": { 5 "dev_key": "", 6 "environment": "", 7 "organization_id": "", 8 "sync_token": "", 9 "sync_token_name": "" 10 } 11 }
