Message
Authorizations
apiKeystringRequired
Body
ticketIDnumberRequired
If you want to send a message in an already existing ticket.
typestring · min: 1RequiredPattern:
What channel to send the message in.
^([0-9]+|calllog|contactform)$toAddressstringOptionalDefault:
Nullable for contact forms and notes. Can be multiple email addresses split by a ','
""ccInputstring · emailOptionalDefault:
""bccInputstring · emailOptionalDefault:
""respondMessageIDnumberOptionalDefault:
Add this parameter if it is a reply to an existing message.
0plaintextstringOptionalDefault:
If this one is empty, it will use the value of the message parameter instead. Only relevant for emails.
""messagestring · min: 5Required
The actual message.
forwardedFileIDsnumber[]OptionalDefault:
If you want to forward existing files.
[]sendAtstring · ^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$Optional
A special parameter as it is a string that would be following the ISO date format.
userIDnumberOptionalDefault:
The ID of the user who created this message.
0submitStatusstring · enumOptionalPossible values:
Responses
200Success
No content
post
/api/v2/message200Success
No content
Last updated