Write to Notion Database
block enables users to efficiently add pages into an existing Notion database, including their properties and content. This functionality is particularly beneficial for managing text-heavy workflows, such as in content editing or project management scenarios.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | database_id | string | The URL or unique identifier of the Notion database where the data will be written. |
input | properties_json | object | A JSON object specifying all available fields in the Notion database, retrievable using the Extract Notion Database Properties Block. |
input | values | object | Represents the values that correspond to each column in the Notion database, adhering to its schema type. |
output | page_id | string | The page ID of the newly added page within the specified Notion database. |