sendGroup | Single
POST
/sendGroup/APIKEYUse this method to send messages to a group chat.
Message Size Limitation:
When sending outbound messages via our API service, please ensure that the total message size remains below the channel's maximum size limit. API requests containing media or multiple media files exceeding this limit will result in an error.
For WhatsApp messages, the maximum size limit is 100MB
Request
Body Params multipart/form-data
groupId
string
required
WhatsApp Group ID
Example:
120363292564959780
message
string
required
Text Message
Example:
This is a test message
link
string
optional
Media URL (image, sound, video, ...)
Example:
https://example.com/image.jpg
Request samples
Responses
sendGroup(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
string
required
message
string
required
messageId
integer
required
ExamplesendGroup
{
"success": "true",
"message": "Added to the message queue",
"messageId": 637
}
Last modified: 2 months ago