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
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# Miro
|
|
|
|
:::info
|
|
This page explains the steps you need to follow to set up the Miro
|
|
connection in Automatisch. If any of the steps are outdated, please let us know!
|
|
:::
|
|
|
|
1. Go to [link](https://miro.com/signup/) to create a user account in Miro.
|
|
2. After signin in, go to [link](https://miro.com/app/dashboard/?createDevTeam=1) to create a developer team.
|
|
3. In the **Create new team** modal, select the checkbox and then click **Create team** button.
|
|
4. After that, click **Create new app** in Your app section.
|
|
5. Fill the field of **App Name**.
|
|
6. Select the **Expire user authorization token** checkbox and click the **Create app**.
|
|
7. Copy **OAuth Redirect URL** from Automatisch to the **Redirect URI for OAuth2.0** field.
|
|
8. Give permissions for **boards**, **identity**, and **team** scopes in Permissions field.
|
|
9. Copy the **Client ID** value to the `Client ID` field on Automatisch.
|
|
10. Copy the **Client secret** value to the `Client Secret` field on Automatisch.
|
|
11. Click **Submit** button on Automatisch.
|
|
12. Congrats! Start using your new Miro connection within the flows.
|