Create Comment Reply
Create a reply to an existing comment thread.
The reply author is always the user who authorized the OAuth token.
To @mention a user in the reply, include their user ID in double square brackets in the `content` field, as in `[[userId]]`.
<Note>
The `comment_created` webhook fires automatically when a reply is created.
</Note>
Required scope | `comments:write`
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
site_id
Unique identifier for a Site
comment_thread_id
Unique identifier for a Comment Thread
Request
The content of the reply
content
The text content of the reply. To @mention a user, include their user ID in double square brackets, as in [[userId]].
Response
Reply created successfully
id
Unique identifier for the comment thread
commentId
The comment reply unique identifier
siteId
The site unique identifier
pageId
The page unique identifier
breakpoint
The breakpoint the comment was left on
content
The content of the comment reply
isResolved
Boolean determining if the comment thread is resolved
lastUpdated
The date the item was last updated
createdOn
The date the item was created
localeId
The locale unique identifier
mentionedUsers
List of mentioned users is an empty array until email notifications are sent.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error