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. See common error responses for more information.
Incorrect credentials. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Correct credentials but you don't have access to the requested resource. See common error responses for more information.
Something went wrong on our end, try again with exponential back-off. See common error responses for more information.
{- "app_id": "string",
- "app_message": { },
- "channels": [
- "WHATSAPP"
]
}
{- "transcoded_message": {
- "property1": "string",
- "property2": "string"
}
}