feat(disqus): add disqus integration

This commit is contained in:
Rıdvan Akca
2023-12-12 14:12:43 +03:00
parent 953c5a5b5b
commit 798529007e
13 changed files with 239 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
# Disqus
:::info
This page explains the steps you need to follow to set up the Disqus
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Login to the [Disqus](https://disqus.com/).
2. Go to the [API applications page](https://disqus.com/api/applications/) and click on the **Register new application** button.
3. Fill the **Register Application** form fields.
4. Click on the **Register my application** button.
5. Go to the **Authentication** section and select **Read, Write, and Manage Forums** option.
6. Copy **OAuth Redirect URL** from Automatisch to **Callback URL** field.
7. Click on the **Save Changes** button.
8. Go to the **Details** tab.
9. Copy **API Key** to **API Key** field on Automatisch.
10. Copy **API Secret** to **API Secret** field on Automatisch.
11. Click **Submit** button on Automatisch.
12. Congrats! Start using your new Disqus connection within the flows.