msg logo
rest icon

how to send whatsApp messages using api rest

send whatsapp messages easily using api and start in minutes.

Full code
curl -X POST https://api.sendmsg.dev/message/batch -d '{ "to": ["+1234567890", "+0987654321"], "message": "Hello from MSG!" # ,"token": "YOUR_API_TOKEN" # Optional, gives full access }'
Other available languages