Korero Platforms
  • Introduction
  • Channel Prerequisites
  • Error Codes
  • Credits
  • Solutions
  • Channel APIs
    • SMS APIs
      • Single Message to Single MSISDN API
      • Single Message to Multiple MSISDN API
      • Multiple Messages to Multiple MSISDN API
    • Voice APIs
      • Send an outbound call
      • Send Text to Voice OBD API
    • Email APIs
      • Send Email API
    • WhatsApp API
      • Template Message - Text
      • Template message - document
      • Template message - Image
Powered by GitBook
On this page

Was this helpful?

  1. Channel APIs
  2. SMS APIs

Single Message to Multiple MSISDN API

Single Message to Multiple MSISDN

POST http://api.koreroplatforms.com/omni-sms-api/multipush/singlemsg

This API is used to push a notification to multiple mobile numbers.

Request Body

Name
Type
Description

username

string

The credentials for API access

password

string

The credentials for API access

eid

string

The entity ID as assigned by TRAI DLT

tid

string

The template ID associated with the message content as assigned 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 message

messageText

string

Message text to be sent to recipients.

msisdns

string

This parameter is an array of objects. Each object includes a 'country code' and 'MSISDN'

countryCode

array

country code of the MSISDN

{    
    "message": "Success"
}
{    
    "message": "Failure"
}
PreviousSingle Message to Single MSISDN APINextMultiple Messages to Multiple MSISDN API

Last updated 4 years ago

Was this helpful?