DICE
  1. Overseas
DICE
  • DICE
  • Authorization
    • Get Token
      GET
  • Communications
    • SMS
      • Overseas
        • OTP
          POST
        • Overseas - KYC Applicant
          POST
        • Overseas - KYC - Co Applicant
          POST
        • Overseas - 24 Hours Follow up on incomplete journey - Applicant
          POST
        • Overseas - 48 Hours Follow up on incomplete journey - Applicant
          POST
        • Overseas - 72 Hours Follow up on incomplete journey - Applicant
          POST
        • Overseas - 24 Hours Follow up on incomplete journey - Co Applicant
          POST
        • Overseas - 48 Hours Follow up on incomplete journey - Co Applicant
          POST
        • Overseas - 72 Hours Follow up on incomplete journey - Co Applicant
          POST
        • Overseas - Journey Completed - Applicant Copy
          POST
        • Overseas - Journey Completed - Co Applicant
          POST
      • 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. Overseas

Overseas - 48 Hours Follow up on incomplete journey - Applicant

POST
sendsms
Dear {{applicant_name}}, your loan application is still incomplete. Click here to continue: {{link}}
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": 8,
    "template_attr": {
        "applicant_name": "Gilchrist",
        "link": "https://tinyuat.auxilo.com/AUXILO/"
    }
}'
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
otp
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-04-01 09:19:34
Previous
Overseas - 24 Hours Follow up on incomplete journey - Applicant
Next
Overseas - 72 Hours Follow up on incomplete journey - Applicant
Built with