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
          POST
        • Overseas Sign-Up Confirmation
          POST
        • Overseas - KYC Applicant
          POST
        • Overseas - KYC CoApplicant
          POST
        • 24 Hours Follow up on incomplete journey - Applicant
          POST
        • 48 Hours Follow up on incomplete journey - Applicant
          POST
        • 72 Hours Follow up on incomplete journey - Applicant
          POST
        • 24 Hours Follow up on incomplete journey - Co Applicant
          POST
        • 48 Hours Follow up on incomplete journey - Co Applicant
          POST
        • 72 Hours Follow up on incomplete journey - Co Applicant
          POST
        • Journey Applicant
          POST
        • Journey Completed - Co Applicant
          POST
        • Co Applicant Nomination Email
          POST
        • Co Applicant Nomination Rejection
          POST
        • Journey Completed and Assigned to CEM
          POST
        • Journey Completed - Both
          POST
      • Auxilo Thank You
        POST
    • Whatsapp
      • Overseas
        • Send OTP
        • Sign-Up Confirmation
        • KYC - Applicant
      • Akbar Travels
      • Lead Verify Mobile Number
      • Application Verify Mobile Number
  1. Overseas

Overseas OTP

POST
sendemail
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'sendemail' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "hemantdhivar@gmail.com",
    "name": "Gilchrist",
    "channel": "email",
    "source": "overseas",
    "type": "transactional",
    "template_id": 24,
    "email_subject": "Your OTP for Secure Verification",
    "email_from_name": "Auxilo Finserve",
    "template_attr": {
        "name": "Gilchrist",
        "otp": "123456"
    }
}'
Response Response Example
200 - Success
{
    "response": {
        "message": "Communication processed successfully.",
        "ref_id": "AqKyR0wYkG9t3Tl"
    }
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
email
string 
required
channel
string 
required
source
string 
required
type
string 
required
template_id
integer 
required
email_subject
string 
required
email_from_name
string 
required
Examples

Responses

🟢200Success
application/json
Body
response
object 
required
message
string 
required
ref_id
string 
required
🟠400Bad Request
🟠404Record Not Found
Modified at 2025-04-02 03:38:47
Previous
Emi Overdue Reminder
Next
Overseas Sign-Up Confirmation
Built with