HelpDeskMessages
Create HelpDeskMessage
Create a new HelpDeskMessage record.
POST
Create HelpDeskMessage
A HelpDeskMessage represents a support ticket submitted by a customer or created by staff. Each message has a priority level, can be assigned to a department, and tracks its resolution status.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the HelpDeskMessage-Create role.Enums
eHelpDeskMessagePriority — Priority values
eHelpDeskMessagePriority — Priority values
| Value | Name |
|---|---|
| 1 | Low |
| 2 | Normal |
| 3 | High |
| 4 | Critical |
eHelpDeskAiResult — AiProcessingResult values
eHelpDeskAiResult — AiProcessingResult values
| Value | Name |
|---|---|
| 1 | NotProcessed |
| 2 | Responded |
| 3 | NotResponded |
Request Body
Required Fields
ID of the business linked to this record.
ID of the coworker linked to this record.
The subject value for this help desk message.
The message text value for this help desk message.
The priority value for this help desk message.
The ai processing result value for this help desk message.
Optional Fields
ID of the help desk department linked to this record.
Whether closed is enabled.
ID of the owner linked to this record.
URL of a new file to upload as the image.
Set to true to remove the current image file.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the helpdeskmessage was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create HelpDeskMessage