DICE
  1. Overseas
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
      • Verify Mobile Number v1
      • Verify Mobile Number v2
      • KMS
      • Emi Overdue Reminder
    • 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
          POST
        • Sign-Up Confirmation
          POST
        • KYC - Applicant
          POST
      • Akbar Travels
        POST
      • Lead Verify Mobile Number
        POST
      • Application Verify Mobile Number
        POST
  1. Overseas

Sign-Up Confirmation

POST
sendwhatsapp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'sendwhatsapp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "mobile_no": "917977251637",
    "channel": "whatsapp",
    "source": "salesforce",
    "type": "transactional",
    "template_id": "overseasedu_signup_confirmation",
    "template_attr": {
        "body_value": {
            "value": "https://www.auxilo.com/assets/images/Akbar-Travels.jpg"
        }
    }
}'
Response Response Example
200 - Success
{
    "response": {
        "message": "Communication processed successfully",
        "ref_id": "1lIWAn6UyGP4DMh"
    }
}

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
template_id
string 
required
template_attr
object 
required
header_value
object 
required
Examples

Responses

🟢200Success
application/json
Body
response
object 
required
message
string 
required
ref_id
string 
required
🟠400Bad Request
🟠400Invalid Payload
Modified at 2025-04-02 08:17:49
Previous
Send OTP
Next
KYC - Applicant
Built with