v1
latestSwagger 2.02026-07-17626.2 KBsend
send a new message https://github.com/veops/messenger?tab=readme-ov-file#发送消息
post/v1/message
Request body
Example request
{
"at_mobiles": [
"133123456789"
],
"ats": [
"xxx"
],
"ccs": [
""
],
"content": "this is a text content",
"extra": "{\"enable_duplicate_check\": 1,\"duplicate_check_interval\": 1800}",
"msgtype": "text",
"sender": "myWechatBot",
"simple": true,
"sync": true,
"tos": [
""
]
}Response
a map with msg info, eg. {msg:ok}
object required