Messages
Add base Email message
The method is used for adding/updating the language version of a message identified by the internal ID (for multilingual messages).
post/api/v1/messages/email
Request body
Example request
{
"from": "\"John Smith\" John.Smith@example.com",
"subject": "Thanks for signing up",
"translations": [
{
"from": "\"John Smith\" John.Smith@example.com",
"subject": "Thanks for signing up"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.