24 Hours Follow up on incomplete journey - Applicant
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": 28,
"email_subject": "Complete Your Loan Application – Just One Step Away!",
"email_from_name": "Auxilo Finserve",
"template_attr": {
"applicant_name": "Hemant",
"loan_application_link": "https://auxilo.com/"
}
}'
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:40:58