feat(pipedrive): add new deals trigger

This commit is contained in:
Rıdvan Akca
2023-09-21 18:51:18 +03:00
committed by Faruk AYDIN
parent f53909355f
commit 251885d4be
8 changed files with 101 additions and 0 deletions

View File

@@ -215,6 +215,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/openai/connection' },
],
},
{
text: 'Pipedrive',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/pipedrive/triggers' },
{ text: 'Connection', link: '/apps/pipedrive/connection' },
],
},
{
text: 'PostgreSQL',
collapsible: true,