NotionNotion / Create Database Item

appKey: notion
actionKey: create-database-item

Action Inputs

The following parameters are available when configuring this action:
database
Database
The id of the database which will contain the item.
string
content
Content
Supports markdown as shown in the <a href="https://docs.rollout.com/user-guides/notion-markdown-cheat-sheet" target="_blank"> Notion Markdown Cheat Sheet</a>.
The content of the page to be created.Supports markdown as shown in the Notion Markdown Cheat Sheet.
string | undefined
databaseProperties
Database Properties
Loaded dynamically from a Notion Database available on a user's account.
Fields loaded from a user's account.
Record<string, string | Array<string> | boolean> | undefined