---
title: "Send a message"
method: POST
path: "/telephony/message"
---

# Send a message

`POST /telephony/message`

## Headers

- `x-api-key` string, required

## Request body

- object
  - `message` object[], required
    - `phone_number_uid` string
    - `phone_number` string — Either phone_number or phone_number_uid is required. If both sent , we consider phone_number_uid
    - `customer_number_uid` string
    - `to_number` string — Either to_number or customer_number_uid is required. If both sent , we consider customer_number_uid
    - `message_body` string
    - `module_uid` string
    - `module` string
    - `message_type` 'SMS' | 'MMS'
    - `media` object[] — If message_type is MMS , we need to pass this
      - `media_url` string
      - `content_type` string

## Response `200`

- object
  - `type` string
  - `title` string
  - `message` string

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
