What is the maximum SMS message length?

前端 未结 3 599
孤独总比滥情好
孤独总比滥情好 2021-01-01 21:50

I am wondering what is the maximum SMS message when sent through Clickatell API for English and for Spanish message?

No sure if there is a difference between English

3条回答
  •  粉色の甜心
    2021-01-01 22:39

    SMS messages can contain data of 140 bytes. However, SMS data is sent as a bitstream. This means if you are sending 7 bit ASCII, you can send 160 characters.

提交回复
热议问题