We are currently using Twilio Message Resource (https://www.twilio.com/docs/sms/api/message-resource ) ‘MessageResource.Create’ to send SMS. It works well for single recipient. We would like to support Bulk SMS, where a user can send SMS to 5000 to 10000 Phone numbers.
Can we achieve this through Message Resource or are there any other services from Twilio?
Also, currently, with MessageResource.Create or Notify service, even if we send sms to multiple numbers, every message has a separate MessageSid due to which, bulk sms sent to each number creates a separate message thread.
Is there a common Id or some parameter using which we could identify all the numbers to which bulk sms was sent and group them together in a single message thread (like a group)?