Merge pull request #669 from automatisch/docs/remove-typeform-connection

docs: Remove typeform connection guide
This commit is contained in:
Ömer Faruk Aydın
2022-10-31 22:55:19 +01:00
committed by GitHub
2 changed files with 0 additions and 12 deletions

View File

@@ -43,8 +43,6 @@ export default defineConfig({
{ text: 'SMTP', link: '/connections/smtp' },
{ text: 'Twilio', link: '/connections/twilio' },
{ text: 'Twitter', link: '/connections/twitter' },
// Temporarily disable following pages until we release github and typeform integrations
// { text: 'Typeform', link: '/connections/typeform' },
],
},
],

View File

@@ -1,10 +0,0 @@
# Typeform
1. Go to the [link](https://admin.typeform.com/user) and click on **Developer apps** in the sidebar.
2. Click on the **Register a new app** button.
3. Fill **App name** and **App website**, and **Developer email** fields.
4. Copy **OAuth Redirect URL** from Automatisch to **Redirect URI(s)** field on the Typeform page.
5. Click on the **Register app** button.
6. Copy **Client ID** and **Client Secret** values from Typeform to Automatisch.
7. Click **Submit** button on Automatisch.
8. Congrats! Typeform connection is created.