Merge pull request #1177 from automatisch/notion-create-database-item

feat(notion): add create database item action
This commit is contained in:
Ömer Faruk Aydın
2023-07-25 14:04:08 +03:00
committed by GitHub
5 changed files with 119 additions and 4 deletions

View File

@@ -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' },
],
},

View 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 />