API ReferenceMessage Template
Creates a MessageTemplate resource
Creates a MessageTemplate resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The new MessageTemplate resource
TypeScript Definitions
Use the request body type in TypeScript.
name*string
Length
1 <= length <= 100content*string
Length
1 <= length <= 100000Response Body
curl -X POST "https://example.com/ticket/message-templates" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "content": "string" }'{ "id": "string", "name": "string", "content": "string", "createdBy": "https://example.com/", "createdAt": "2019-08-24T14:15:22Z", "updatedBy": "https://example.com/", "updatedAt": "2019-08-24T14:15:22Z", "ticketFiles": [ "string" ]}