Create Ticket
Request
POST /ticketsQuery Parameters.
Request Body
{
"assigneeId": "43b8adc7-755d-2be3-afb1-b6a462631977",
"attachments": [
{
"url": "https://your.attachment.url/filename.png",
"name": "filename.png"
}
],
"categoryId": 15597,
"cc": [
"[email protected]"
],
"creator": {
"name": "Bill Smith",
"email": "[email protected]",
"image": null,
"phoneNumber": null
},
"customFields": [
{
"id": 42623,
"value": "Oslo"
}
],
"message": "Hello I want to buy a new car, how can I get a price list?",
"sentiment": "question",
"tags": [],
"title": "New car price list."
}Field
Type
Comments
Response
Last updated
Was this helpful?