Docs
NodesManagement Nodes
Edit Page on GitHub

Notion Update Page

Update properties of a Notion page or archive (delete) it.

notionupdateeditdatabaseMedium10
Social

Notion: Update Page

10
Flow
Page URL
Tool
Flow
Not connectedFlow
Page ID
Properties

Description

The Notion Update Page node allows you to update the properties of an existing Notion page or archive (soft delete) it. You can specify the page to update using its unique ID and provide a JSON object with the properties you want to change. This node is useful for keeping your Notion workspace up-to-date with changes from your workflows, such as updating task statuses, modifying project details, or archiving completed items.

Common Use Cases

  • Updating the status of a task in a Notion project management database when it's marked as complete in your workflow.
  • Modifying the details of a Notion page based on user input or data changes in your workflow.
  • Archiving a Notion page when it's no longer needed, such as moving completed tasks to the Trash.

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowPage IDThe 32-character ID of the page to updateTextPropertiesJSON object of properties to update (e.g., { 'Status': 'Done' })JSON

Outputs

The output connections this node provides:

NameDescriptionTypeFlowThe Flow to triggerFlowPage URLThe URL of the updated pageTextToolThe tool version for LLMsTool

Fields

The configurable fields this node provides:

NameDescriptionTypeNotionConnect your Notion WorkspaceDefaultValue: ``socialPage IDThe ID of the page to updateValue: ``TextPropertiesJSON object of properties to update (e.g., { 'Status': 'Done' })Value: ``MapArchive PageIf true, this page will be moved to Trash (Soft Delete)Value: falseBoolean

Last updated on