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
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# Spotify
|
|
|
|
:::info
|
|
This page explains the steps you need to follow to set up the Spotify connection in Automatisch. If any of the steps are outdated, please let us know!
|
|
:::
|
|
|
|
1. Go to the [link](https://developer.spotify.com/dashboard/applications) to **create an app**
|
|
on Spotify API.
|
|
1. Click login button if you're not logged in.
|
|
1. Click **Create an app** button.
|
|
1. Enter **App name** and **App description**.
|
|
1. Click on **Create App** button.
|
|
1. **Client ID** will be visible on the screen.
|
|
1. Click **Show Client Secret** button to see client secret.
|
|
1. Copy **Client ID** and **Client Secret** values and save them to use later.
|
|
1. Click **Edit settings** button.
|
|
1. Copy **OAuth Redirect URL** from Automatisch and add it in Redirect URLs. Don't forget to save it after adding it by clicking **Add** button!
|
|
1. Paste **Client ID** and **Client Secret** values you have saved earlier and paste them into Automatisch as **Client Id** and **Client Secret**, respectively.
|
|
1. Click **Submit** button on Automatisch.
|
|
1. Now, you can start using the Spotify connection with Automatisch.
|