infobip / infobip-api-csharp-client

Infobip API client library in C#, distributed as a NuGet package.
https://www.infobip.com/docs/api
MIT License
11 stars 17 forks source link

How to send sms more than mobile numbers? #5

Closed JayakumarJK closed 3 years ago

JayakumarJK commented 5 years ago

Hi In this code only working singletext message .

How to send multiple mobilenumber to send sms using c# code can you share the code?

what are changes need to property side ?

denis-cutic commented 5 years ago

Hi,

please take a look at the following example: https://github.com/infobip/infobip-api-csharp-client/blob/master/InfobipClient/InfobipClientExamples/Examples/AdvancedSmsExample.cs#L42

As you can see there's the possibility to add multiple message objects to the array and thus send multiple sms messages in a single request.

Kind regards