Assuming customernumber is required, the following result was found.
from) v_OurTwilioNumber = "+15017122661"; // // set this to your customer's number (dialing/texting to) v_CustomerNumber = "+15558675310"; // // the message we want to send v_Message = "This is a test text"; // // build up the endpoint (see...