Skip to main content
POST
Create thread comment
Required scope: THREADS_WRITE

Behavior

Adds a comment to an existing thread. Comments can be added to resolved threads too.

Mentions

Mention teammates inline in content with @[Display Name](usr-xxxx) — see the mentions guide.

Errors

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Thread ID (cth-*)

Example:

"cth-abc123"

Body

application/json
content
string
required

Comment text (max 4000 characters). Mention teammates inline with @[Name](usr-...).

Example:

"On it."

Response

Comment created

data
object