SMS and MMS Quickstart Tutorial
This sample is using a dictionary
to send messages to group of people, see at following sample code in above link.
// make an associative array of people we know, indexed by phone number
var people = new Dictionary<string,string>() {
{"+14158675309","Curious George"},
{"+14158675310","Boots"},
{"+14158675311","Virgil"}
};
More Over as You have mentioned BULK Messaging I would like you to have a look at their policy of Do's and Dont's also at this link
and look for section Sending mass marketing or bulk messaging using Twilio long code phone numbers
Have a look at
- REST API: Short Codes
- REST API: Messages