cURL
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>" } '
Send a text message to a specific WhatsApp group.
Provide your Wachat API Key as a Bearer token.
The unique JID of the group.
Message sent successfully