Create ticket template
POST {{baseUrl}}/v1/ticketTemplates
This API helps create a ticket template in your help desk portal.
OAuth Scope
Desk.settings.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
ticketTemplateName (required) | <string> max chars : 200 | Name of the ticket template |
showInCustomerPortal | <boolean> | Key that specifies if the template must be displayed in the help center or not |
ticketTemplateValues (required) | <list> | Values to auto-populate in the different fields in the template |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"showInCustomerPortal":true,"ticketTemplateName":"temp1","id":"4000000020001","layoutId":"4000000020012","ticketTemplateValues":{"subCategory":null,"cf":{"cf_severity_percentage":"0.0"},"productId":null,"contactId":null,"subject":null,"departmentId":"4000000007073","dueDate":null,"channel":null,"description":null,"secondaryContacts":["4000000009076","4000000009062"],"priority":null,"classification":null,"assigneeId":null,"accountId":null,"phone":"9876545645","category":null,"email":"jacks@zylker.com","status":null}}