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

{
"name": "BILL connection",
"type": "bill",
"configuration": {
"dev_key": "",
"environment": "",
"organization_id": "",
"spend_expense_api_token": "",
"sync_token": "",
"sync_token_name": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Bulk Sync

Source

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