feat(surveymonkey): add create contact action

This commit is contained in:
Rıdvan Akca
2024-06-14 15:54:31 +02:00
parent 8395b3f001
commit 86abc31844
7 changed files with 129 additions and 1 deletions

View File

@@ -442,6 +442,8 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/surveymonkey/triggers' },
{ text: 'Actions', link: '/apps/surveymonkey/actions' },
{ text: 'Connection', link: '/apps/surveymonkey/connection' },
],
},