v1

latestSwagger 2.02026-07-17626.2 KB
send
post/v1/message

Request body

at_mobilesstring[]
atsstring[]
ccsstring[]
contentstring required
extrastring
msgtypestring required
senderstring required
simpleboolean
syncboolean
titlestring
tosstring[]

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