Skip to main content
POST
/
send-group
Dispatch Group Channel Broadcast
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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.wachat.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate your integration payloads by injecting your premium secure Wachat Account API Private Secret Key inside standard Authorization Bearer header vectors.

Body

application/json
instanceName
string
required

Name of your connected WhatsApp session profile.

groupJid
string
required

The absolute group channel Jabber ID string parameter format (e.g., 12036312345678@g.us).

message
string
required

The text content of the group message.

Response

200

Channel message distributed to group members.