post https://api.cmercury.com/api/sms/TriggerSMS
Use this API to send out transactional or promotional SMS.
Log in to see full request history
Responses
Use this API to send out transactional or promotional SMS.
xxxxxxxxxx
13curl --request POST \
--url https://api.cmercury.com/api/sms/TriggerSMS \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"Mobile": null,
"Message": "Greetings from cmercury",
"MessageType": "Trans",
"TriggerSMSid": null,
"Listid": null
}
'
Try It!
to start a request and see the response here! Or choose an example: