Transcodes the message from the Conversation API format to the channel-specific formats for the requested channels. No message is sent to the contact.
project_id required | string The unique ID of the project. You can find this on the Sinch Dashboard. |
The message to be transcoded, and the app and channels for which the message is to be transcoded.
A successful response.
Malformed request
Incorrect credentials
Correct credentials but you don't have access to the requested resource
Correct credentials but you don't have access to the requested resource
Something went wrong on our end, try again with exponential back-off
{- "app_id": "string",
- "app_message": { },
- "channels": [
- "WHATSAPP"
]
}
{- "transcoded_message": {
- "property1": "string",
- "property2": "string"
}
}