Message templates
Get a message template
Get information about a specific message template.
get/message-templates/{message_template_id}
Path parameters
message_template_idstring required
The unique ID of the message template.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"message_template_id": "8bed991c68a470e7aaeffbf048",
"consent_free_template": true,
"subject": "CRM & CDP CareCloud password setup",
"sender": "\"CRM & CDP CareCloud\"<info@crmcarecloud.com>",
"name": "First CareCloud login",
"preview_url": "https://example.com/templates/preview/8bed991c68a470e7aaeffbf048.png",
"icon_url": "https://example.com/templates/icon/8bed991c68a470e7aaeffbf048.png",
"message_template_group_id": 2,
"communication_channel_id": 1,
"last_change": "2021-11-25 16:57:09"
}
}