Home > Software design >  Send a message to multiple recipients in whatsapp business cloud api
Send a message to multiple recipients in whatsapp business cloud api

Time:07-22

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.

CodePudding user response:

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.

  • Related