Merge pull request #644 from automatisch/docs/available-apps
Docs/available apps
This commit is contained in:
@@ -39,8 +39,8 @@ export default defineConfig({
|
|||||||
{ text: 'Github', link: '/connections/github' },
|
{ text: 'Github', link: '/connections/github' },
|
||||||
{ text: 'Scheduler', link: '/connections/scheduler' },
|
{ text: 'Scheduler', link: '/connections/scheduler' },
|
||||||
{ text: 'Slack', link: '/connections/slack' },
|
{ text: 'Slack', link: '/connections/slack' },
|
||||||
{ text: 'Twitter', link: '/connections/twitter' },
|
|
||||||
{ text: 'SMTP', link: '/connections/smtp' },
|
{ text: 'SMTP', link: '/connections/smtp' },
|
||||||
|
{ text: 'Twitter', link: '/connections/twitter' },
|
||||||
// Temporarily disable following pages until we release github and typeform integrations
|
// Temporarily disable following pages until we release github and typeform integrations
|
||||||
// { text: 'Typeform', link: '/connections/typeform' },
|
// { text: 'Typeform', link: '/connections/typeform' },
|
||||||
],
|
],
|
||||||
|
@@ -1,5 +1,10 @@
|
|||||||
# Github
|
# 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.
|
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**.
|
2. Fill **Application name** and **Homepage URL**.
|
||||||
3. Copy **OAuth Redirect URL** from Automatisch to **Authorization callback URL** field on Github page.
|
3. Copy **OAuth Redirect URL** from Automatisch to **Authorization callback URL** field on Github page.
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
# Available Apps
|
# Available Apps
|
||||||
|
|
||||||
:::warning
|
:::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.
|
Following integrations are currently supported by Automatisch.
|
||||||
|
|
||||||
- [Twitter](/connections/twitter)
|
- [Flickr](/connections/flickr)
|
||||||
|
- [Github](/connections/github)
|
||||||
- [Scheduler](/connections/scheduler)
|
- [Scheduler](/connections/scheduler)
|
||||||
- [Slack](/connections/slack)
|
- [Slack](/connections/slack)
|
||||||
|
- [SMTP](/connections/smtp)
|
||||||
|
- [Twitter](/connections/twitter)
|
||||||
|
Reference in New Issue
Block a user