feat(eventbrite): add create event action

This commit is contained in:
Rıdvan Akca
2024-06-11 15:46:23 +02:00
parent c7604fa785
commit c625e03bf8
7 changed files with 220 additions and 1 deletions

View File

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