SMS CleverTap Connector
CleverTap SMS Integration
Settings>Channels>SMS
Please choose a generic SMS connector.
Give it any nickname
Change request type from GET to POST
Add this URL in “HTTP Endpoint” - https://api.msg91.com/api/v2/sendsms
In Headers, please add this -
authkey | INPUT_AUTHKEY |
content-type | application/json |
accept | application/json |
This is how it looks in CleverTap 👆
Parameters -
Choose “Type” as JSON
Add this payload as it is and add your Sender ID/Header.
{
"sender": "INPUT_YOUR_HEADER",
"route": "4",
"DLT_TE_ID": "$$TemplateID",
"sms": [
{
"message": "$$Body",
"to": [
"$$To"
],
"CRQID": "$$MessageID"
}
]
}
Enable the “Batch” checkbox and mention “sms” in Parameter Name and “500” in number of times, it should look something like this 👇.
Contributors
This section was prepared Partners Team: [email protected]:
Hardik Menghani
Tahir Khan