Skip to main content
POST
/
send-group
Send Group Message
curl --request POST \
  --url https://app.wachat.net/api/v1/send-group \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instanceName": "<string>",
  "groupJid": "<string>",
  "message": "<string>"
}
'

Authorizations

Authorization
string
header
required

Provide your Wachat API Key as a Bearer token.

Body

application/json
instanceName
string
required
groupJid
string
required

The unique JID of the group.

message
string
required

Response

200

Message sent successfully