Notion: Update Page logo

Catalog action Integrations pipedream:notion

Update properties of an existing Notion page or database entry. Use this to modify page metadata, status, or custom properties. Can also archive/unarchive pages. Ideal for: status updates, metadata changes, workflow state management.

At a Glance

FieldValue
Action IDnotion-update-page
CategoryIntegrations
Connectorpipedream:notion
Requires gasNo
Funds movementNone declared
Tagspipedream, integration, oauth, notion, productivity, write, update, properties, status, metadata

Payload Schema

FieldTypeRequiredDescription
pageIdstringYesThe ID of the page to update
propertiesobjectYesThe properties to update on the page (key-value pairs)
archivedbooleanNoWhether to archive the page (default: false)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the page was updated successfully
dataobjectNoNotion API response data
exportsobjectNoExported values from the action

Examples

json
{ "type": "notion-update-page", "payload": { "pageId": "example-pageId", "properties": {} }, "children": [], "connector": { "type": "pipedream:notion", "id": "conn_pipedream_notion" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I