Can I send a pesonalized sms message in Clickatell SMS API?
I cannot find any documentation on how to do that.
Can I send a pesonalized sms message in Clickatell SMS API?
I cannot find any documentation on how to do that.
Yes - you can personalize SMS messages in Clickatell SMS API.
If you have an older account (Developer's Central, registered before November 2016) then you would first need to buy SMS credits. Once a purchase is made, you can personalize your messages.
If you have the newer Platform account, you will need make a deposit into your Clickatell account, which will allow you to personalize your messages.
You can send personalized messages be editing the content string in your request.
When using the REST API, in the body of your request:
{
"content": "Personalized message",
"to": [""]
}
When making an HTTP request:
https://platform.clickatell.com/messages/http/send?apiKey=xxxxxxxxxxxxxxxx==&to=xxxxxxxxxxx&content=Personalized+message
These are the links to the documentation for sending messages with REST and HTTP