---
title: "POST /v1.0/messagedispatcher"
method: POST
path: "/v1.0/messagedispatcher"
tags: ["Message Dispatcher"]
---

# POST /v1.0/messagedispatcher

`POST /v1.0/messagedispatcher`

## Request body

- Messages
  - `accountreference` string
  - `from` string, nullable
  - `type` string
  - `lang` string, nullable
  - `retries` integer, nullable
  - `validity` integer
  - `sendat` string, nullable
  - `characterset` string, nullable
  - `messages` ApiEsendexSendMessageRequestMessage[], nullable
    - `from` string, nullable
    - `to` string
    - `type` string, nullable
    - `body` string
    - `lang` string, nullable
    - `retries` integer, nullable
    - `validity` integer, nullable
    - `characterset` string, nullable

## Response `200`

OK.

## Other responses

- `400` — Invalid/Malformed request body or more than 50,000 messages in request.
- `401` — No authentication header provided.
- `403` — Failed authentication or not authorised to access feature.
- `404` — The specified contact or contact group doesn't exist.
- `415` — Content type is not supported or unspecified.

---

[API](https://skmtc.dev/esendex/apis/esendex-emulation-api-prduk.md) · [All operations](https://skmtc.dev/esendex/apis/esendex-emulation-api-prduk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/esendex/esendex-emulation-api-prduk/revisions/5d3ac683d1d7/schema)
