Xero
-
Import/clone
Xero_HTTPsource from the Connectors library application.-
Xero supports OAuth 2.0 code flow authentication . To get started, create an OAuth2.0 app and make sure you select the “Auth Code” grant type. Your app is assigned a unique Client ID and you can then generate a Client Secret. Copy the client id and secret into the
Xero_HTTPsource and press Authorize button to start the process. -
The Connectors library application contains examples of calls in the Xero scenario. Make any call you first have to obtain Xero-tenant-id as described here . The first operation in the Xero gets Xero-tenant-id using
/connectionscall. The next call in the Xero scenario demonstrates how to get all contacts. You can modify the example to call any API call supported by Xero API .
-