post https://api.notion.com/v1/comments
Creates a comment in a page or existing discussion thread.
There are two locations you can add a new comment to:
- A page
- An existing discussion thread
If the intention is to add a new comment to a page, a parent
object must be provided in the body params. Alternatively, if a new comment is being added to an existing discussion thread, the discussion_id
string must be provided in the body params. Exactly one of these parameters must be provided.
Integration capabilities
This endpoint requires an integration to have insert comment capabilities. Attempting to call this endpoint without insert comment capabilities will return an HTTP response with a 403 status code. For more information on integration capabilities, see the capabilities guide.