Is there a way to send a message to multiple recipients in one post request? The same way I send emails separated with a semicolon.
Asked
Active
Viewed 2,582 times
1 Answers
4
There is no option in WhatsApp Business Cloud API to send messages to multiple phone numbers at one go, you have to do that one by one or through the loop.

turivishal
- 34,368
- 7
- 36
- 59
-
thanks, can you please give info on the rate limit applied if using a loop? – Zaffer Sep 06 '22 at 16:48
-
As per the [latest update](https://developers.facebook.com/docs/whatsapp/business-platform/changelog#cloud-api---september-7--2022), *Cloud API now supports up to 250 messages per second of combined sending and receiving of text and media messages*. – turivishal Sep 08 '22 at 06:59