Overseas - 24 Hours Follow up on incomplete journey - Co Applicant
POST
sendsms
Regards, Team Auxilo
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": "overseas_education",
"type": "otp",
"template_id": 13,
"template_attr": {
"co_applicant_name": "Gilchrist",
"link": "https://tinyuat.auxilo.com/AUXILO/"
}
}'
Response Response Example
200 - Success
{
"response": {
"message": "Communication processed successfully.",
"ref_id": "MJRsiZGOPvXRADy"
}
}
Request
Body Params application/json
Responses
Modified at 2025-04-01 09:23:10