Easily connect live Xero data to CloverDX. This library contains components for getting data from Xero Accounting API. The library supports obtaining data from Xero Accounting API. There are two main groups of functionality - Contextual Connectors allowing to solve specific use cases and Generic Components to get raw Xero data.
Provides supplier invoices
| Port | Used for |
|---|---|
| Output 0 | Output invoice data |
| Output 1 | Output invoice payments data |
| Output 2 | Output invoice credit notes data |
| Output 3 | Errors |
Allows you to get supplier invoices with coresponding customer details with due date in the next 7 days. Number of days can be changed as optional input parameter.
| Port | Used for |
|---|---|
| Output 0 | Output invoice data |
| Output 1 | Output contact data |
| Output 2 | Output contact address data |
| Output 3 | Output contact phone data |
Provides customer invoices
| Port | Used for |
|---|---|
| Output 0 | Output invoice data |
| Output 1 | Output invoice payments data |
| Output 2 | Output invoice credit notes data |
| Output 3 | Errors |
Allows you to get supplier invoices with coresponding customer details with due date in the last 7 days. Number of days can be changed as optional input parameter.
| Port | Used for |
|---|---|
| Output 0 | Output invoice data |
| Output 1 | Output contact data |
| Output 2 | Output contact address data |
| Output 3 | Output contact phone data |
Allows you to retrieve the accounts with optional filter conditions. API full details
| Port | Used for |
|---|---|
| Output 0 | Output account data |
| Output 1 | Output API call data |
| Output 2 | Errors |
Allows you to retrieve any spend or receive money transactions with optional filter condition. API full details
| Port | Used for |
|---|---|
| Output 0 | Output bank transaction data |
| Output 1 | Output API call data |
| Output 2 | Errors |
Allows you to retrieve the contacts with optional filter conditions. API full details
| Port | Used for |
|---|---|
| Output 0 | Output contact data |
| Output 1 | Output contact address data |
| Output 2 | Output contact phone data |
| Output 3 | Output API call data |
| Output 4 | Errors |
Allows you to retrieve the credit notes data. API full details
| Port | Used for |
|---|---|
| Output 0 | Output credit note data |
| Output 1 | Output API call data |
| Output 2 | Errors |
Allows you to retrieve the invoices with optional filter conditions. API full details
| Port | Used for |
|---|---|
| Output 0 | Output invoice data |
| Output 1 | Output invoice payments data |
| Output 2 | Output invoice credit notes data |
| Output 3 | Output API call data |
| Output 4 | Errors |
Allows you to retrieve the journal data. API full details
| Port | Used for |
|---|---|
| Output 0 | Output journal data |
| Output 1 | Output journal line data |
| Output 2 | Output API call data |
| Output 3 | Errors |
Allows you to retrieve the manual journals data. API full details
| Port | Used for |
|---|---|
| Output 0 | Output manual journal data |
| Output 1 | Output API call data |
| Output 2 | Errors |
Allows you to retrieve the payments data. API full details
| Port | Used for |
|---|---|
| Output 0 | Output payment data |
| Output 1 | Output API call data |
| Output 2 | Errors |
Please watch this step by step video on how to install and configure the Xero library in three easy steps:
Info for setup OAuth2 connection: