BILL

Supports:

  • ✅ Models
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
dev_keystringDeveloper keytrue
environmentstringEnvironment

Accepted values: production, sandbox
true
organization_idstringOrganization IDtrue
spend_expense_api_tokenstringSpend and Expense API token (optional)

Required to access transactions and reimbursements
false
sync_tokenstringSync tokentrue
sync_token_namestringSync token nametrue

Example

1{
2 "name": "BILL connection",
3 "type": "bill",
4 "configuration": {
5 "dev_key": "",
6 "environment": "",
7 "organization_id": "",
8 "spend_expense_api_token": "",
9 "sync_token": "",
10 "sync_token_name": ""
11 }
12}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}

Bulk Sync

Source

BILL connections may be used as a bulk sync source. No additional configuration options are required.