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
Body Params application/json
Responses
Modified at 2025-04-02 03:38:47