Mail Messages
Import a live email into an existing ticket and retrieve individual attached messages.
POST/api/v1/tickets/{ticket}/mail-messages
Import a mail message
Required scope: mail-messages:write. Use this after creating a ticket from an external email, or to append a new external email to an existing ticket. Send the source message fields and attachments accepted by the current request validator.
GET/api/v1/tickets/{ticket}/mail-messages/{mailMessage}
Get a mail message
Required scope: mail-messages:read. The nested route verifies that the message belongs to the ticket.
