Merge pull request #1504 from automatisch/AUT-520

feat(vtiger-crm): add vtiger crm integration
This commit is contained in:
Ali BARIN
2024-05-08 15:10:16 +02:00
committed by GitHub
50 changed files with 5473 additions and 0 deletions

View File

@@ -476,6 +476,16 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/typeform/connection' },
],
},
{
text: 'Vtiger CRM',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/vtiger-crm/triggers' },
{ text: 'Actions', link: '/apps/vtiger-crm/actions' },
{ text: 'Connection', link: '/apps/vtiger-crm/connection' },
],
},
{
text: 'Webhooks',
collapsible: true,