feat(twitch): add twitch integration
This commit is contained in:
19
packages/docs/pages/apps/twitch/connection.md
Normal file
19
packages/docs/pages/apps/twitch/connection.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Twitch
|
||||
|
||||
:::info
|
||||
This page explains the steps you need to follow to set up the Twitch
|
||||
connection in Automatisch. If any of the steps are outdated, please let us know!
|
||||
:::
|
||||
|
||||
1. Go to the [developer console](https://dev.twitch.tv/console) to register an app.
|
||||
2. Select on the **Applications** tab and click on the **Register Your Application**.
|
||||
3. Enter a name for your app.
|
||||
4. Copy **OAuth Redirect URL** from Automatisch to **OAuth Redirect URLs** field.
|
||||
5. Select a **Category** and click on the **Create** button.
|
||||
6. Go back to **Applications** tab and choose your app under **Developer Applications**.
|
||||
7. Click the **Manage**.
|
||||
8. Copy the **Your Client ID** value from the following popup to the `Client ID` field on Automatisch.
|
||||
9. Click on the **New Secret** and generate your client secret key.
|
||||
10. Copy the **Your Client Secret** value from the following popup to the `Client Secret` field on Automatisch.
|
||||
11. Click **Submit** button on Automatisch.
|
||||
12. Congrats! Start using your new Twitch connection within the flows.
|
Reference in New Issue
Block a user