POST
notion_comments_create.py
Requires
Insert comments.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Comment on a page or block, or reply to an existing discussion with its discussion_id. One or the other, never both.
from charter.packs import notion
result = await notion.comments_create.ainvoke({"body": ...})
Insert comments.| Field | Type | Description |
|---|---|---|
body * | CommentCreateBody | The comment to post. |
Was this page helpful?