MCP tool to create a new ticket in the Thena platform.
create_ticket
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | The title of the ticket |
requestorEmail | string | Yes | The email of the requestor |
teamId | string | Yes | The team ID to create the ticket in |
description | string | No | The description of the ticket |
accountId | string | No | The ID of the account |
assignedAgentId | string | No | The ID of the assigned agent |
assignedAgentEmail | string | No | The email of the assigned agent |
dueDate | string | No | The due date of the ticket (ISO format) |
submitterEmail | string | No | The email of the submitter |
statusId | string | No | The ID of the status |
statusName | string | No | The name of the status |
priorityId | string | No | The ID of the priority |
priorityName | string | No | The name of the priority |
sentimentId | string | No | The ID of the sentiment |
metadata | object | No | Additional metadata |
typeId | string | No | The ID of the ticket type |
isPrivate | boolean | No | Whether the ticket is private |
source | string | No | The source of the ticket |
aiGeneratedTitle | string | No | AI generated title |
aiGeneratedSummary | string | No | AI generated summary |
attachmentUrls | string[] | No | URLs of attachments |
customFieldValues | array | No | Custom field values |
performRouting | boolean | No | Whether to perform routing |
formId | string | No | The ID of the form |
Field | Type | Description |
---|---|---|
id | string | Ticket unique ID |
ticketId | number | Ticket number |
title | string | Ticket title |
description | string | Ticket description |
status | string | Current status |
priority | string | Priority |
account | string | Account name |
accountId | string | Account ID |
teamId | string | Team ID |
teamName | string | Team name |
ticketIdentifier | string | Ticket identifier |
isPrivate | boolean | Whether the ticket is private |
formId | string | Form ID |
requestorEmail | string | Requestor email |
submitterEmail | string | Submitter email |
customFieldValues | array | Custom field values |
customerContactId | string | Customer contact ID |
customerContactFirstName | string | Customer contact first name |
customerContactLastName | string | Customer contact last name |
customerContactEmail | string | Customer contact email |
sentimentId | string | Sentiment ID |
sentiment | string | Sentiment |
createdAt | string (ISO8601) | Creation timestamp |
updatedAt | string (ISO8601) | Last update timestamp |
Field | Type | Description |
---|---|---|
data | object | The created ticket object |
status | boolean | Whether the creation succeeded |
message | string | Status message |
timestamp | string | Time the response was generated (ISO8601) |