Skip to main content

Create a comment

POST 

/v3/tickets/:id/comments

Create a comment

Request

Path Parameters

    id numberrequired

    Ticket ID

Body

    body stringrequired

    Body of the comment

    attachments binary

    Following file types are allowed: pdf, png, jpeg, mp3, csv, wav. Maximum file size allowed is 15MB.

    private boolean

    Comment visibility; true for private, false for public visibility.

Responses

Successful

Schema

    data

    object

    id number

    Comment id

    body string

    Body of the comment

    ticket_id number

    Ticket id

    private boolean

    Comment is public or private

    agent_id number

    User ID

    requester_id number

    Contact ID

    created_at date

    attachments

    object[]

    Attachments

  • Array [

  • id number

    Attachment id

    name string

    Attachment name

    url string

    Attachment url

    type string

    Attachment type

  • ]

Loading...