feat: add Signalwire integration

This commit is contained in:
Sebastian Schumann
2023-02-24 03:39:25 +01:00
parent 831ae96e0f
commit d7e4ae53ce
19 changed files with 286 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,16 @@
# Signalwire
:::info
This page explains the steps you need to follow to set up a Signalwire connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Go to the Signalwire API page in your respective project (https://{space}.signalwire.com/credentials)
2. Copy **Project ID** and paste it to the **Project ID** field on the
Automatisch connection creation page.
3. Create/Copy **API Token** and paste it to the **API Token** field on the
Automatisch connection creation page.
4. Select your **Region** (US for most users).
5. Provide your **Space Name** from the URL and paste it to the **Space NAME** field on the
Automatisch connection creation page.
6. Click **Submit** button on Automatisch.
7. Now you can start using the new Signalwire connection!

View File

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