-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
integration requestRequests for new external app/function integrationsRequests for new external app/function integrations
Description
Required Pre-requisites
- I have read the Documentation
- I have searched the Issue Tracker
- I have searched the apps directory to see if this integration already exists
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
Assignees
Labels
integration requestRequests for new external app/function integrationsRequests for new external app/function integrations