docs(typeform): Add connection and trigger pages

This commit is contained in:
Faruk AYDIN
2022-12-01 17:57:07 +01:00
parent 6faa45ac16
commit 57a23946cc
5 changed files with 54 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
# Typeform
:::info
This page explains the steps you need to follow to set up the Typeform connection in Automatisch. If any of the steps are outdated, please let us know!
:::
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.

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/typeform.svg
items:
- name: New entry
desc: Triggers when a new form is submitted.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />