feat(vtiger-crm): add new cases trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 17:48:24 +03:00
parent 57d5f34ac5
commit 47eb0e00e3
6 changed files with 63 additions and 1 deletions

View File

@@ -452,7 +452,10 @@ export default defineConfig({
text: 'Vtiger CRM',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/vtiger-crm/connection' }],
items: [
{ text: 'Triggers', link: '/apps/vtiger-crm/triggers' },
{ text: 'Connection', link: '/apps/vtiger-crm/connection' },
],
},
{
text: 'Webhooks',

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/vtiger-crm.svg
items:
- name: New cases
desc: Triggers when a new case is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -47,6 +47,7 @@ The following integrations are currently supported by Automatisch.
- [Twilio](/apps/twilio/triggers)
- [Twitter](/apps/twitter/triggers)
- [Typeform](/apps/typeform/triggers)
- [Vtiger CRM](/apps/vtiger-crm/triggers)
- [Webhooks](/apps/webhooks/triggers)
- [WordPress](/apps/wordpress/triggers)
- [Xero](/apps/xero/triggers)