Merge pull request #1177 from automatisch/notion-create-database-item
feat(notion): add create database item action
This commit is contained in:
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