Emi Reminder
POST
sendsms
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": "otp",
"template_id": 1,
"template_attr": {
"name": "Gilchrist",
"loan_amount":"45,000",
"loan_account_no":"10235677",
"loan_date":"08/12/2024"
}
}'
Response Response Example
200 - Success
{
"response": {
"message": "Communication processed successfully.",
"ref_id": "MJRsiZGOPvXRADy"
}
}
Request
Body Params application/json
Responses
Modified at 2025-03-25 10:36:48