KMS
POST
sendsms
{{link}}
Regards, Auxilo Finserve Pvt. Ltd.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'sendsms' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile_no": "917977251637",
"channel": "sms",
"source": "salesforce",
"type": "transactional",
"template_id": 5,
"template_attr": {
"link": "https://tinyuat.auxilo.com/AUXILO/",
"application_no": "10235677"
}
}'
Response Response Example
200 - Success
{
"response": {
"message": "Communication processed successfully.",
"ref_id": "MJRsiZGOPvXRADy"
}
}
Request
Body Params application/json
Responses
Modified at 2025-03-26 08:16:49