Merge pull request #1504 from automatisch/AUT-520
feat(vtiger-crm): add vtiger crm integration
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user