Single Message to Single MSISDN API
Single Message to Single MSISDN
POST
http://api.koreroplatforms.com/omni-sms-api/smspush
This API is used to push a single SMS notification to a single mobile number
Request Body
Name | Type | Description |
---|---|---|
username | string | The credentials for API access |
password | string | The credentials for API access |
eid | string | The principal entity ID assigned by TRAI DLT |
tid | string | The template ID of the message content as provided by TRAI DLT |
senderId | string | The unique identifier that is assigned to your account and is to be used to send SMS to recipients. |
messageType | string | The type of the message |
message | string | Message text to be sent to recipients. |
countryCode | string | Country code of MSISDN |
msisdn | string | Mobile number to which the message is to be sent. |
Last updated