LOGIN_OTP
Send OTP for user login.
Related documentation
DLT mapping
json
{
"messageId": "216423",
"templateId": "1207177979441360359",
"senderId": "ELVATK",
"entityId": "1201177860312735154"
}Variables
| Name | Position | Type | Required | Validation rules |
|---|---|---|---|---|
| businessName | 1 | string | Yes | type: string · required: true · maxLength: 30 |
| otp | 2 | numeric | Yes | type: numeric · required: true · length: 6 · digitsOnly: true |
Example notify payload
Read-only example for integrators. Not a live API call.
json
{
"appId": "your-app-id",
"apiKey": "[REDACTED]",
"channel": "SMS",
"to": [
"919876543210"
],
"templateKey": "LOGIN_OTP",
"variables": {
"businessName": "ELVA Sales"
}
}