Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
19 lines
844 B
Markdown
19 lines
844 B
Markdown
# Xero
|
|
|
|
:::info
|
|
This page explains the steps you need to follow to set up the Xero
|
|
connection in Automatisch. If any of the steps are outdated, please let us know!
|
|
:::
|
|
|
|
1. Go to [Xero developers page](https://developer.xero.com/app/manage).
|
|
2. Click **New app** button in order to create an app.
|
|
3. Fill the **Name** field and choose **Web App**.
|
|
4. Fill the **Company or application URL** field.
|
|
5. Copy **OAuth Redirect URL** from Automatisch to **Redirect URL** field.
|
|
6. Check the terms and conditions checkbox.
|
|
7. Click on the **Create app** button.
|
|
8. Go to **Configuration** page and click the **Generate Client Secret** button.
|
|
9. Copy the **Client id** value to the `Client ID` field on Automatisch.
|
|
10. Copy the **Client secret 1** value to the `Client Secret` field on Automatisch.
|
|
11. Start using Xero integration with Automatisch!
|