---
title: "POST /v1/message"
method: POST
path: "/v1/message"
tags: ["send"]
---

# POST /v1/message

`POST /v1/message`

send a new message
https://github.com/veops/messenger?tab=readme-ov-file#发送消息

## Request body

- SendMessage
  - `at_mobiles` string[]
  - `ats` string[]
  - `ccs` string[]
  - `content` string, required
  - `extra` string
  - `msgtype` string, required
  - `sender` string, required
  - `simple` boolean
  - `sync` boolean
  - `title` string
  - `tos` string[]

## Response `200`

a map with msg info, eg. {msg:ok}

- object

---

[API](https://skmtc.net/veops/apis/untitled-api-2.md) · [All operations](https://skmtc.net/veops/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/veops/untitled-api-2/versions/43038ca676b1/schema)
