v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

Get Message Content

Retrieve the rendered content of a specific message. Returns the channel and the content object containing the rendered template output.

get/v1/message/{message_id}/content/

Path parameters

message_idstring required

ID of the message whose content you want to retrieve.

Response

Returns the channel and rendered content of the message.

channel'sms' | 'email' | 'whatsapp' | 'inbox' | 'androidpush' | 'iospush' | 'webpush' | 'slack' | 'ms_teams'

Channel through which the message was sent.

contentobject

Rendered message content. The keys vary by channel and template configuration.