Xero
Supports:
- ✅ Bulk sync source
Supports:
| NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
|---|---|---|---|---|
| oauth_refresh_token | string | Refresh token for the connection | false | true |
| client_id | string | false | false | |
| client_secret | string | false | false | |
| tenant_name | string | false | true | |
| tenant_type | string | false | true |
1 { 2 "name": "Xero connection", 3 "type": "xero", 4 "configuration": { 5 "client_id": "your-client-id", 6 "client_secret": "your-client-secret" 7 } 8 }
