feat(vtiger-crm): add new cases trigger
This commit is contained in:
@@ -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',
|
||||
|
12
packages/docs/pages/apps/vtiger-crm/triggers.md
Normal file
12
packages/docs/pages/apps/vtiger-crm/triggers.md
Normal 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 />
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user