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

@@ -256,7 +256,10 @@ export default defineConfig({
text: 'Jotform',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/jotform/connection' }],
items: [
{ text: 'Triggers', link: '/apps/jotform/triggers' },
{ text: 'Connection', link: '/apps/jotform/connection' },
],
},
{
text: 'Mailchimp',

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

View File

@@ -25,6 +25,7 @@ The following integrations are currently supported by Automatisch.
- [HTTP Request](/apps/http-request/actions)
- [HubSpot](/apps/hubspot/actions)
- [Invoice Ninja](/apps/invoice-ninja/triggers)
- [Jotform](/apps/jotform/triggers)
- [Mailchimp](/apps/mailchimp/triggers)
- [MailerLite](/apps/mailerlite/triggers)
- [Mattermost](/apps/mattermost/actions)