gabrieldwight / Whatsapp-Business-Cloud-Api-Net

This is C# wrapper of whatsapp business cloud api for .NET
MIT License
284 stars 104 forks source link

how to add multiple number in "To" named property? #29

Closed kingsanu closed 1 year ago

kingsanu commented 1 year ago

may i know brother that how can i add multiple number into "To" named property ? image

gabrieldwight commented 1 year ago

At the moment cloud api does not support multiple phone numbers assigned to "To" property. The other workaround is to create an array of textMessageRequest and send the message in the loop. Be aware of the rate-limiting 500 messages per second.