docs(placetel): Add connection and triggers pages

This commit is contained in:
Faruk AYDIN
2023-10-06 21:01:58 +02:00
parent 5fff9bdc02
commit 0a334dff1d
5 changed files with 35 additions and 0 deletions

View 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!

View 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 />