-->
curl -X POST \
https://api.imiconnect.io/resources/v1/messaging/ \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-H 'key: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx' \
-d '{
"deliverychannel":"sms",
"channels":{
"sms":{
"text":"Sending first SMS using IMIconnect SMS APIs",
"senderid":"CONNCT"
}
},
"destination":[
{
"msisdn":["xxxxxxxxxxx"]
}
]
}'