feat(hubspot): Implement create contact action
This commit is contained in:

committed by
Faruk AYDIN

parent
9fbc9d59f5
commit
8ea8067788
@@ -271,6 +271,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/spotify/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Hubspot',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/hubspot/actions' },
|
||||
{ text: 'Connection', link: '/apps/hubspot/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Strava',
|
||||
collapsible: true,
|
||||
|
Reference in New Issue
Block a user