Unicode messages
If you want to send Unicode messages using binary Send SMS methods, the message text should be converted into hexadecimal representation using HEX-16 character encoding. The hexadecimal content should then be inserted in the hex parameter. Additionally, you should set MT=1 .
IMPORTANT:
When sending messages with one or more non-GSM characters (for example Unicode), the text of the message is limited to 70 characters.
{
"messages": [{
"sender Id":"TEST",
"destinations":[{
"to":"60173751"
}],
"binary":{
"hex":"00480065006c006c006f00200077006f0072006c00640020020 ",
},
"flash":false
}]
}
Comments
0 comments
Please sign in to leave a comment.