Create Ticket
All API requests should contain authorization headers.
Request
Query Parameters.
This endpoint doesn't require query parameters.
Request Body
Body of request should contain the following model serialized to JSON.
Field | Type | Comments |
---|---|---|
attachments | array of Base Attachment models | Ticket Attachments |
assigneeId | string | Unique teammate ticket assignee Id. Set to null if the ticket does not have any assignee. You can obtain a list of teammates through the Teammates route |
categoryId | nullabe integer | Unique Id of category ticket should belong to. If value is |
cc | array of strings | CC emails of ticket. Team member replies will be sent not only to ticket author but also to these emails |
creator | Ticket Creator model | Model contains ticket creator data. |
customFields | array of Custom Field Id and Value models | List of models containing custom field ids and values |
isHtml | boolean | If By default is |
message | string | Ticket message |
sentiment[^1] | string | Sentiment of ticket. Can be |
sourceName | string | Name of ticket source. Can have any string as value (for example page or channel name) |
tags | array of string | Ticket tags' names |
title | string | Title of the ticket |
Response
Data
field will contain ticket Id (type integer).
Last updated