feat(xero): add xero integration

This commit is contained in:
Rıdvan Akca
2023-11-08 14:46:44 +03:00
parent 373d29eeab
commit 9200e1011b
13 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# 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!