---
title: "Sending Text Message"
method: POST
path: "/wab/v1/messages/"
---

# Sending Text Message

`POST /wab/v1/messages/`

Use the messages node to send text messages to your customers.

## Request body

- object
  - `to` string, required — the mobile number
  - `type` string, required
  - `recipient_type` string, required
  - `preview_url` string
  - `text` string, json, required

## Response `200`

200

- object
  - `messages` object[]
    - `id` string

## Other responses

- `402` — Payment Required
- `404` — Not Found

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
