The 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.
To run this block, you will first need to authenticate your Notion account with Keyflow. Navigate to your credentials page and connect your Notion.
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. |
Consider how this block can enhance productivity across various scenarios:
In essence, this block facilitates seamless integration and efficient management of information within a structured environment like Notion!