sendGroup | Single
GET
/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
Query Params
groupId
string
required
WhatsApp Group ID
Example:
120363292564959780
message
string
required
Example:
This is a test message
link
string
optional
Media URL (image, sound, video, ...)
Example:
https://example.com/image.jpg
Body Params multipart/form-data
url
string
optional
Media URL (image, sound, video, ...)
Example:
https://whatsiplus.com/wp-content/uploads/2024/03/WhatsiPlus-Affiliate-1024x573.png
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": 642
}
Last modified: 5 months ago