feat(surveymonkey): add new response notifications trigger

This commit is contained in:
Rıdvan Akca
2024-06-12 16:06:27 +02:00
parent a87c76df40
commit 8395b3f001
7 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/surveymonkey.svg
items:
- name: New response notification
desc: Triggers a notification upon the completion of your survey.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />