Skip to content

Xero credentials#

You can use these credentials to authenticate the following nodes with Xero.

Prerequisites#

Create a Xero account.

Using OAuth#

  1. Go to the apps page in the Xero developer portal.
  2. Select New app.
  3. Make sure Web app is selected.
  4. Copy the OAuth Callback URL provided in the Xero OAuth API credentials in n8n and paste it into OAuth 2.0 redirect URI in the Xero app creation page.
  5. Select Create app.
  6. Select Generate a secret and use the Client ID and the Client secret with your Xero OAuth API credentials in n8n.
  7. Select Save to save your credentials.

Refer to Xero's OAuth Custom Connections documentation for more information.