I am making my TwiML for incoming calls and want to hear what it sounds like without having to call the phone number directly. Are there any twilio dev tools that help with that problem?
I tried looking through the developer console and searching online, but I couldn't find anything.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say voice="alice">I want to hear this message without calling my number!</Say>
</Response>
I expect to hit a listen button and hear Alices voice say the message that I've written, but in order to do that I have to call my twilio number, and I shouldn't have to.