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 />

View File

@@ -46,6 +46,7 @@ The following integrations are currently supported by Automatisch.
- [Spotify](/apps/spotify/actions)
- [Strava](/apps/strava/actions)
- [Stripe](/apps/stripe/triggers)
- [SurveyMonkey](/apps/surveymonkey/triggers)
- [Telegram](/apps/telegram-bot/actions)
- [Todoist](/apps/todoist/triggers)
- [Trello](/apps/trello/actions)