feat(asana): add asana integration

This commit is contained in:
Rıdvan Akca
2024-06-04 17:14:44 +02:00
parent 751eb41e72
commit 9d5dac1701
12 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Asana
:::info
This page explains the steps you need to follow to set up the Asana
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the [Asana developer console](https://app.asana.com/0/my-apps) to create a project.
2. Click on the **Create new app** in **My Apps**, and click on the **New Project** button.
3. Fill the form for your project and click on the **Create app** button.
4. Go to **Manage distrubition** and select **Any workspace** option in **Choose a distribution method** and save it.
5. Go to **OAuth** tab from left panel and click on the **+Add redirect URL** button.
6. Copy **OAuth Redirect URL** from Automatisch to the redirect url field, and click on the **Add** button.
7. Copy the **Your Client ID** value on the same page to the `Client ID` field on Automatisch.
8. Copy the **Your Client secret** value on the same page to the `Client Secret` field on Automatisch.
9. Click **Submit** button on Automatisch.
10. Congrats! Start using your new Asana connection within the flows.