Skip to content
Advertisement

How to send bulk SMS messages with Twilio Java SDK?

I’ve found plenty of information on how to send bulk of sms messages with Js, Python, PHP SDKs but nothing on how to achieve this using Java?

Here is a code snippet demonstrating the implementation for Python.

JavaScript

Advertisement

Answer

Twilio developer evangelist here.

There is an example of sending bulk SMS messages with Java in the documentation for Twilio Notify.

Here is the example:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement