feat(jotform): add new submissions trigger

This commit is contained in:
Rıdvan Akca
2024-02-05 14:50:48 +03:00
committed by Ali BARIN
parent 42f8e635ed
commit 530a920517
8 changed files with 177 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/jotform.svg
items:
- name: New submissions
desc: Triggers when a new submission has been added to a specific form.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />