SMS CleverTap Connector

CleverTap SMS Integration

  1. Settings>Channels>SMS

  2. Please choose a generic SMS connector.

  3. Give it any nickname

  4. Change request type from GET to POST

  5. 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 - 

  1. Choose “Type” as JSON

  2. 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"

    }

    ]

    }


  1. 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

Prev