SendMessageText

send Message Text

post
Query parameters
idstringRequiredExample: id
Body
all ofOptional
and
anyOptionalExample: {"message":"hello","jid":"receivernumber"}
Responses
200Success
post
POST /chats/sendMessageText HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 42

{
  "message": "hello",
  "jid": "receivernumber"
}
200Success

No content

Last updated

Was this helpful?