# Multiple Messages to Multiple MSISDN API

## Send Multiple SMS to Multiple Mobile Numbers

<mark style="color:green;">`POST`</mark> `http://api.koreroplatforms.com/omni-sms-api/api/multipush/multimsg`

This API is used to push multiple notifications to multiple customers through SMS.

#### Request Body

| Name        | Type    | Description                                                                                     |
| ----------- | ------- | ----------------------------------------------------------------------------------------------- |
| username    | string  | The username used to login to the system.                                                       |
| password    | string  | The password in encrypted format of the username used to login to the system.                   |
| senderId    | string  | Unique identifier that is assigned to your account and is to be used to send SMS to recipients. |
| messageType | string  | Type of message                                                                                 |
| message     | string  | Message text to be sent to recipients.                                                          |
| msisdn      | integer | Mobile number to which the message is to be sent.                                               |

{% tabs %}
{% tab title="200 Success message." %}

```
{    
    "message": "Success"
}
```

{% endtab %}

{% tab title="404 Failure message." %}

```
{    
    "message": "Failed"
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.koreroplatforms.io/channel-api/sms-apis/multiple-messages-to-multiple-msisdn-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
