Use 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.
curl--location--request GET 'https://api.whatsiplus.com/sendGroup/APIKEY?groupId=120363292564959780&message=This is a test message&link=https://example.com/image.jpg' \
--form'url="https://whatsiplus.com/wp-content/uploads/2024/03/WhatsiPlus-Affiliate-1024x573.png"'
Responses
🟢200sendGroup
application/json
Body
success
string
required
message
string
required
messageId
integer
required
Example
{"success":"true","message":"Added to the message queue","messageId":642}