Skip to main content

Create a ticket

POST 

/v3/tickets

Create a ticket

Request

Body

    requester_id number

    Ticket requester's contact id

    email string

    Ticket requester's contact email

    phone string

    Ticket requester's contact phone

    subject stringrequired

    Possible values: <= 200 characters

    Ticket subject

    description string

    Ticket description

    attachments binary

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

    priority numberrequired

    Ticket priority

    status numberrequired

    Ticket status

    parent_ticket_id number

    The ID of the parent ticket to which this ticket is related

    child_ticket_ids number[]

    An array of ticket IDs representing the child tickets associated with this ticket

    source number

    Ticket source

    submission_id number

    Response ID

    nps_submission_id number

    NPS Response ID

    assignee_id number

    Ticket agent's user id

    team_id number

    Ticket team's id

    custom_fields object

Responses

Successful

Schema

    data

    object

    id number

    Ticket id

    requester object
    subject string

    Possible values: <= 200 characters

    Ticket subject

    description string

    Ticket description

    description_html string

    Ticket description

    priority object
    status object
    custom_fields object
    source object
    agent object
    team object
    created_at date
    updated_at date
    deleted_at date
    first_response_due date
    resolution_due date
Loading...