Notion: Append Block logo

Catalog action Integrations pipedream:notion

Append content to an existing Notion page. Use this to add new paragraphs, logs, or updates to existing pages. Supports markdown formatting. Ideal for: activity logs, running notes, status updates, append-only records.

At a Glance

FieldValue
Action IDnotion-append-block
CategoryIntegrations
Connectorpipedream:notion
Requires gasNo
Funds movementNone declared
Tagspipedream, integration, oauth, notion, productivity, write, append, logging, update, content

Payload Schema

FieldTypeRequiredDescription
pageIdstringYesThe ID of the page to append content to
contentstringYesThe content to append to the page (as paragraph blocks)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the content was appended successfully
dataobjectNoNotion API response data
exportsobjectNoExported values from the action

Examples

json
{ "type": "notion-append-block", "payload": { "pageId": "example-pageId", "content": "example-content" }, "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