docs(placetel): Add connection and triggers pages
This commit is contained in:
@@ -234,6 +234,15 @@ export default defineConfig({
|
||||
{ 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',
|
||||
collapsible: true,
|
||||
|
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 />
|
@@ -24,6 +24,7 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Odoo](/apps/odoo/actions)
|
||||
- [OpenAI](/apps/openai/actions)
|
||||
- [Pipedrive](/apps/pipedrive/triggers)
|
||||
- [Placetel](/apps/placetel/triggers)
|
||||
- [PostgreSQL](/apps/postgresql/actions)
|
||||
- [RSS](/apps/rss/triggers)
|
||||
- [Salesforce](/apps/salesforce/triggers)
|
||||
|
6
packages/docs/pages/public/favicons/placetel.svg
Normal file
6
packages/docs/pages/public/favicons/placetel.svg
Normal 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 |
Reference in New Issue
Block a user