Skip to content

Support retrieving Notion page content (block-level data) #471

@jiwei-aipolabs

Description

@jiwei-aipolabs

Required Pre-requisites

App Name

Notion

Function Name

get_page_content

API Docs Link

https://developers.notion.com/docs/getting-started

Additional Context

Currently, the NOTION__GET_PAGE function only returns metadata about a Notion page and does not provide access to the actual content.

We are considering two potential approaches for implementation:

NOTION__GET_BLOCK
A function that directly fetches block data from a given block ID or page ID. This gives users access to the full Notion block structure (including nested blocks, formatting, etc.), but may be verbose, especially for large pages.

NOTION__GET_PAGE_CONTENT
A higher-level function that returns just the text content and key metadata from all blocks in a given page. Need implement it through connector function.

Metadata

Metadata

Labels

integration requestRequests for new external app/function integrations

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions