I'm developing an app that allows users to add people, info, and Name/phone, or select multiple numbers from their iPhone contact list to send SMS messages to the selected numbers. the problem is Twillio API needs to be call every time per number. Is their any way to call the API once for multiple numbers?
Thanks in advance
How it works: User specifies a list of phone numbers they would like messages forwarded to while setting up the app. All messages sent to their Twilio phone number will be sent to that list of phone numbers.
Twilio Programmable SMS provides an affordable and agile way for businesses to quickly add bulk messaging with their customers, without having to bankroll an expensive out-of-the-box communications infrastructure package.
Requesting to increase sender pool limit for a Messaging Service. If you need more than 400 message senders in a single Messaging Service, please contact Twilio Support about a Messaging Service sender pool limit increase.
It's not possible, you need to iterate through the list and make one request per message (which is probably better than batching it and dealing with the potential of multiple errors / resends).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With