Merge pull request #644 from automatisch/docs/available-apps

Docs/available apps
This commit is contained in:
Ömer Faruk Aydın
2022-10-25 20:01:06 +02:00
committed by GitHub
3 changed files with 11 additions and 3 deletions

View File

@@ -39,8 +39,8 @@ export default defineConfig({
{ text: 'Github', link: '/connections/github' },
{ text: 'Scheduler', link: '/connections/scheduler' },
{ text: 'Slack', link: '/connections/slack' },
{ text: 'Twitter', link: '/connections/twitter' },
{ text: 'SMTP', link: '/connections/smtp' },
{ text: 'Twitter', link: '/connections/twitter' },
// Temporarily disable following pages until we release github and typeform integrations
// { text: 'Typeform', link: '/connections/typeform' },
],

View File

@@ -1,5 +1,10 @@
# Github
:::info
This page explains the steps you need to follow to set up the Github
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the [link](https://github.com/settings/applications/new) to register a **new OAuth application** on Github.
2. Fill **Application name** and **Homepage URL**.
3. Copy **OAuth Redirect URL** from Automatisch to **Authorization callback URL** field on Github page.

View File

@@ -1,11 +1,14 @@
# Available Apps
:::warning
We just have a few available integrations at the moment and we also know that workflows you can build with them is quite limited. But we still made the project public and want to share them with you so you can get a sense of what Automatisch can do. Meanwhile, we're working on adding more integrations and improving the existing ones.
We just have a few available integrations at the moment and we also know that workflows you can build with them is limited. But we still made the project public and want to share them with you so you can get a sense of what Automatisch can do. Meanwhile, we're working on adding more integrations and improving the existing ones.
:::
Following integrations are currently supported by Automatisch.
- [Twitter](/connections/twitter)
- [Flickr](/connections/flickr)
- [Github](/connections/github)
- [Scheduler](/connections/scheduler)
- [Slack](/connections/slack)
- [SMTP](/connections/smtp)
- [Twitter](/connections/twitter)