Skip to main content
Create a comment event

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

case_id
string
required

ID of the case to add the event to. Accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).

Required string length: 1 - 64
Pattern: ^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|[A-Z]+-[0-9]+)$
Example:

"3f166e9f-3c88-4af2-b52e-138f339dab3e"

Body

application/json

Request for creating a comment on a case.

text
string
required

Comment text to update

Example:

"This is updated text"

attachments
Comment attachment · object[]

Attachments to the comment

Response

Response returned after successfully creating a comment.

event
Case event · object
required

Represents an immutable entry in a case's event timeline.