docs(typeform): Add connection and trigger pages
This commit is contained in:
14
packages/docs/pages/apps/typeform/connection.md
Normal file
14
packages/docs/pages/apps/typeform/connection.md
Normal 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.
|
12
packages/docs/pages/apps/typeform/triggers.md
Normal file
12
packages/docs/pages/apps/typeform/triggers.md
Normal 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 />
|
Reference in New Issue
Block a user