feat(gmail): add send email action

This commit is contained in:
Rıdvan Akca
2024-04-23 11:54:56 +02:00
parent b6b4ed5ad2
commit 55785ac935
8 changed files with 306 additions and 2 deletions

View File

@@ -145,7 +145,11 @@ export default defineConfig({
text: 'Gmail',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/gmail/connection' }],
items: [
{ text: 'Triggers', link: '/apps/gmail/triggers' },
{ text: 'Connection', link: '/apps/gmail/connection' },
{ text: 'Actions', link: '/apps/gmail/actions' },
],
},
{
text: 'Google Calendar',