feat(surveymonkey): add surveymonkey integration

This commit is contained in:
Rıdvan Akca
2024-06-12 13:20:46 +02:00
parent e0d610071d
commit a87c76df40
12 changed files with 197 additions and 0 deletions

View File

@@ -437,6 +437,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/stripe/connection' },
],
},
{
text: 'SurveyMonkey',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/surveymonkey/connection' },
],
},
{
text: 'Telegram',
collapsible: true,