---
title: "Send communication message"
method: POST
path: "/communications/sendMessage?channel={channel}"
---

# Send communication message

`POST /communications/sendMessage?channel={channel}`

This API allows you to send communication message using SMS/WhatsApp/Zalo or Email as a communication channel.

## Path parameters

- `channel` '', required

## Query parameters

- `format` 'xml' | 'json'

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `sms` object
      - `id` string
      - `to` string
      - `status` string
      - `scheduled_time` string

---

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