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

Does this provide option to send Whatsapp messages also? #11

Closed akshay-zz closed 3 years ago

kiselitza commented 3 years ago

Hey @akshay-zz

so, generally speaking, WA will be included to the lib along with some other products. But, current version supports only SMS and 2FA endpoints.

If you want to play with Infobip WA API, at this point the only option is directly through HTTP endpoints, without lib. However, there are ready examples that might help you to achieve so in that way. Check out our WA documentation.

akshay-zz commented 3 years ago

Thanks for the information.