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

@@ -234,6 +234,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/pipedrive/connection' }, { text: 'Connection', link: '/apps/pipedrive/connection' },
], ],
}, },
{
text: 'Placetel',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/placetel/triggers' },
{ text: 'Connection', link: '/apps/placetel/connection' },
],
},
{ {
text: 'PostgreSQL', text: 'PostgreSQL',
collapsible: true, collapsible: true,

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

View File

@@ -24,6 +24,7 @@ The following integrations are currently supported by Automatisch.
- [Odoo](/apps/odoo/actions) - [Odoo](/apps/odoo/actions)
- [OpenAI](/apps/openai/actions) - [OpenAI](/apps/openai/actions)
- [Pipedrive](/apps/pipedrive/triggers) - [Pipedrive](/apps/pipedrive/triggers)
- [Placetel](/apps/placetel/triggers)
- [PostgreSQL](/apps/postgresql/actions) - [PostgreSQL](/apps/postgresql/actions)
- [RSS](/apps/rss/triggers) - [RSS](/apps/rss/triggers)
- [Salesforce](/apps/salesforce/triggers) - [Salesforce](/apps/salesforce/triggers)

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90">
<g fill="none" fill-rule="evenodd">
<path d="M45 15c13.807 0 25 11.193 25 25S58.807 65 45 65 20 53.807 20 40s11.193-25 25-25Zm0 14c-6.075 0-11 4.925-11 11s4.925 11 11 11 11-4.925 11-11-4.925-11-11-11Z" fill="#069DD9" fill-rule="nonzero"/>
<path fill="#69B52A" d="M20 41h14v33H20z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 368 B