Use this method to send messages to users' WhatsApp numbers.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 Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.whatsiplus.com/sendMsg/APIKEY?phonenumber=+15551234567&message=This is a test message&schedule=1724160037&link=https://example.com/image.jpg'
Response Response Example
{"success":"true","message":"Added to the message queue","messageId":649}