Skip to main content
POST
Bulk-reply to tickets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Body

application/json
selection
object
required
comment
any
required

TipTap JSON document — same shape as a single reply's comment.

batchId
string

Client-generated idempotency key. Retries with the same batchId never double-send: every created comment is deduped per ticket via data.clientMutationId = bulkreply_<batchId>_<ticketId>.

Response

200 - application/json

Ok