Recipient phone number with country code. Example: "+19876543210".
Approved MSG91 template/flow ID. Get this from the Templates page after approval.
Optional message body for logging. If omitted, the template ID is stored as reference.
Custom sender ID. Defaults to UNOSND if not provided.
Key-value map of template variables. Keys must match ##variable## names in the template.
Response
Delivery status: queued, sent, delivered, or failed.
{
"success": true,
"data": {
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"status": "sent"
}
}