> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# comments_create

> Comment on a page or block, or reply to an existing discussion with its `discussion_id`. One or the other, never both.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.notion.com/v1/comments"}</code></div>

```python notion_comments_create.py theme={null}
from charter.packs import notion

result = await notion.comments_create.ainvoke({"body": ...})
```

<Note>
  Requires `Insert comments`.
</Note>

## Body

<div className="reference-table">
  | Field                                                        | Type                                                                          | Description          |
  | ------------------------------------------------------------ | ----------------------------------------------------------------------------- | -------------------- |
  | `body` <span className="required" title="required">\*</span> | [CommentCreateBody](/charter/charter/packs/notion/comments/objects#commentcreatebody) | The comment to post. |
</div>
