docs(placetel): Add connection and triggers pages
This commit is contained in:
7
packages/docs/pages/apps/placetel/connection.md
Normal file
7
packages/docs/pages/apps/placetel/connection.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Placetel
|
||||
|
||||
1. Go to [AppStore page](https://web.placetel.de/integrations) on Placetel.
|
||||
2. Search for `Web API` and click to `Jetzt buchen`.
|
||||
3. Click to `Neuen API-Token erstellen` button and copy the API Token.
|
||||
4. Paste the copied API Token into the `API Token` field in Automatisch.
|
||||
5. Now, you can start using Placetel integration with Automatisch!
|
12
packages/docs/pages/apps/placetel/triggers.md
Normal file
12
packages/docs/pages/apps/placetel/triggers.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/placetel.svg
|
||||
items:
|
||||
- name: Hungup call
|
||||
desc: Triggers when a call is hungup.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user