DICE
  1. SMS
DICE
  • DICE
  • Authorization
    • Get Token
      GET
  • Communications
    • SMS
      • Overseas
        • OTP
        • Overseas - KYC Applicant
        • Overseas - KYC - Co Applicant
        • Overseas - 24 Hours Follow up on incomplete journey - Applicant
        • Overseas - 48 Hours Follow up on incomplete journey - Applicant
        • Overseas - 72 Hours Follow up on incomplete journey - Applicant
        • Overseas - 24 Hours Follow up on incomplete journey - Co Applicant
        • Overseas - 48 Hours Follow up on incomplete journey - Co Applicant
        • Overseas - 72 Hours Follow up on incomplete journey - Co Applicant
        • Overseas - Journey Completed - Applicant Copy
        • Overseas - Journey Completed - Co Applicant
      • Emi Reminder
        POST
      • Verify Mobile Number v1
        POST
      • Verify Mobile Number v2
        POST
      • KMS
        POST
      • Emi Overdue Reminder
        POST
    • Email
      • Overseas
        • Overseas OTP
        • Overseas Sign-Up Confirmation
        • Overseas - KYC Applicant
        • Overseas - KYC CoApplicant
        • 24 Hours Follow up on incomplete journey - Applicant
        • 48 Hours Follow up on incomplete journey - Applicant
        • 72 Hours Follow up on incomplete journey - Applicant
        • 24 Hours Follow up on incomplete journey - Co Applicant
        • 48 Hours Follow up on incomplete journey - Co Applicant
        • 72 Hours Follow up on incomplete journey - Co Applicant
        • Journey Applicant
        • Journey Completed - Co Applicant
        • Co Applicant Nomination Email
        • Co Applicant Nomination Rejection
        • Journey Completed and Assigned to CEM
        • Journey Completed - Both
      • Auxilo Thank You
    • Whatsapp
      • Overseas
        • Send OTP
        • Sign-Up Confirmation
        • KYC - Applicant
      • Akbar Travels
      • Lead Verify Mobile Number
      • Application Verify Mobile Number
  1. SMS

Emi Reminder

POST
sendsms
Dear {{name}}, your EMI payment of Rs.{{loan_amount}}/- of loan account number {{loan_account_no}} is due on {{loan_date}}. Please ensure enough funds towards clearance. Kindly ignore if paid. 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": "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

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
mobile_no
string 
required
channel
string 
required
source
string 
required
type
string 
required
template_id
integer 
required
template_attr
object 
required
name
string 
required
loan_amount
string 
required
loan_account_no
string 
required
loan_date
string 
required
Examples

Responses

🟢200Success
application/json
Body
response
object 
required
message
string 
required
ref_id
string 
required
🟠400Invalid Template
🟠400Template variables missing
🟠400Template Attributes is missing
Modified at 2025-03-25 10:36:48
Previous
Overseas - Journey Completed - Co Applicant
Next
Verify Mobile Number v1
Built with