aipotheosis-labs / aipotheosis-labs/aci
Support retrieving Notion page content (block-level data)
- 主要言語
- Python
- スター
- 4.9k
- フォーク
- 484
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Required Pre-requisites
- [x] I have read the [Documentation](https://www.aci.dev/docs)
- [x] I have searched the [Issue Tracker](https://github.com/aipotheosis-labs/aci/issues)
- [x] I have searched the [apps directory](https://github.com/aipotheosis-labs/aci/tree/main/backend/apps) 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.
コントリビューションガイド
評価
この issue はまだ評価されていません。