Xero

Supports:

  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
oauth_refresh_tokenstringRefresh token for the connectionfalsetrue
client_idstringfalsefalse
client_secretstringfalsefalse
tenant_namestringfalsetrue
tenant_typestringfalsetrue

Example

1{
2 "name": "Xero connection",
3 "type": "xero",
4 "configuration": {
5 "client_id": "your-client-id",
6 "client_secret": "your-client-secret"
7 }
8}