Notion

Create database row

Create a row in a Notion database.

Inputs

Field

Type

Description

databaseId [required]

string

The ID of the database that you wish to create a new row in.

schema [required]

The row's properties. The schema must match the parent database's properties.

Outputs

Field

Type

Description

row [required]

The properties of the newly created database row.