docs: Restructure apps documentation, add triggers and actions

This commit is contained in:
Faruk AYDIN
2022-11-01 22:08:54 +01:00
parent b63603afb6
commit 802a9bd2e2
33 changed files with 325 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
---
items:
- name: Send SMS
desc: Send an SMS
avatar: /favicons/twilio.svg
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,13 @@
# Twilio
:::info
This page explains the steps you need to follow to set up the Twilio connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the Twilio [console page](https://console.twilio.com)
2. Copy **Account SID** and paste it to **Account SID** field on the
Automatisch connection creation page.
3. Copy **Auth Token** and paste it to **Auth Token** field on the
Automatisch connection creation page.
4. Click **Submit** button on Automatisch.
5. Now you can start using the new Twilio connection!

View File

@@ -0,0 +1,12 @@
---
items:
- name: Receive SMS
desc: Will be triggered when a new SMS is received.
avatar: /favicons/twilio.svg
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />