Is there a way to programmatically create a Twimlbin?
问题 I'd like to make an application where the user can enter a phone number and a message and I can have Twilio send that phone number a message with that text synthesized. An example of the TwiML code I'm using is something simple like <?xml version="1.0" encoding="UTF-8"?> <Response> <Say>Hello World</Say> <Response> In order to make this work I've tried setting up a PHP function that takes in the message and echoes the above TwiML but the phone calls I get from the test report an application