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: Receive SMS
desc: Triggers when a new SMS is received.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />