feat(gmail): add send email action
This commit is contained in:
@@ -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',
|
||||
|
12
packages/docs/pages/apps/gmail/actions.md
Normal file
12
packages/docs/pages/apps/gmail/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/gmail.svg
|
||||
items:
|
||||
- name: Send email
|
||||
desc: Send a new email message.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user