Xero
Pull accounts, bank transactions and more from Xero.
Sync types
Use Fiber to load the following resources from the Xero API.
Source settings
You need the following data to register a Xero app on Fiber.
Key | Type | Comments |
---|---|---|
clientId | string | The client ID of a Google Cloud API OAuth 2.0 credential. |
clientSecret | string | The client secret of the same credential. |
Account credentials
You need the following data to register a Xero account.
Key | Type | Comments |
---|---|---|
refreshToken | string | Required |
tenantId | string | Required |
Changelog
2024-09-01:
- Added support for syncing Journals
- Optimized data fetching for large Contacts datasets
2024-07-15:
- Fixed issue with currency conversion in Bank Transactions sync
- Improved error handling for API rate limits
2024-06-02:
- Added support for syncing Items
- Enhanced performance of Invoices sync
2024-04-20:
- Implemented incremental sync for Payments
- Fixed bug in Employee data mapping
2024-03-10:
- Added support for syncing Employees
- Optimized memory usage for large Account datasets
2024-02-01:
- Initial beta release with support for Accounts, Bank Transactions, Contacts, and Invoices