Merge pull request #1177 from automatisch/notion-create-database-item
feat(notion): add create database item action
This commit is contained in:
@@ -157,6 +157,7 @@ export default defineConfig({
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/notion/triggers' },
|
||||
{ text: 'Actions', link: '/apps/notion/actions' },
|
||||
{ text: 'Connection', link: '/apps/notion/connection' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/notion/actions.md
Normal file
12
packages/docs/pages/apps/notion/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/notion.svg
|
||||
items:
|
||||
- name: Create database item
|
||||
desc: Creates an item in a database.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user