Transcoding
Transcode a message
Transcodes the message from the Conversation API format to the channel-specific formats for the requested channels. No message is sent to the contact.
post/v1/projects/{project_id}/messages:transcode
Request body
Example request
{
"app_message": {
"card_message": {
"choices": [
{
"call_message": {
"phone_number": "+15551231234",
"title": "Message text"
}
}
]
}
},
"channels": [
"WHATSAPP"
]
}Response
A successful response.