Sending Personalized SMS

Personalized SMS is a type of Short Messages that generated from rendering a template , A template is a text that contains a special text that contains variables, Those variable got substituted at the runtime .

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
Defaults to Hi {{Name}} your Salary is {{Salary}}

The message Jinja2 template content that you want to send.

string
required
Defaults to Cequens

The name of the message sender.

string
required
Defaults to text

Message type either text or unicode Can be text or unicode

string
required
Defaults to 201xxxxxxxxx,966xxxxxx

The intended recipients’ phone numbers comma separated

string
Defaults to employeeX,500$

An array variablesLists. The delimiters between each variable list is the ';' . and the delimiters between variables are commas ','

string
Defaults to Name,Salary
boolean
Defaults to false

Restrict the validation for the replacement list versus the variable list and messageText , When enable it will not be any tolerance for missing variable in the variable list

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json