Write to Notion Page
block enables users to effortlessly write data to either an existing or a newly created Notion page. This functionality is crucial for maintaining organized records and ensuring that information is kept up to date.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | data | any | The data intended for inclusion in the specified Notion page. |
input | new_page_title | string | The title designated for a new Notion page; required only when use_existing_page is set to false. |
input | use_existing_page | boolean | Enables writing data to an existing Notion page; creates a new one if false. |
input | page_id | string | The ID of the existing Notion page where data will be written; needed when using an existing page option. |
input | parent_page_id | string | Specifies the parent ID under which the new page will be nested; this can be left empty if not applicable. |
output | page_id | string | The ID of the newly created or updated Notion page. |
Write to Notion Page
block provides an essential solution!