Last active
March 28, 2019 16:01
-
-
Save ChloeCodesThings/881b74777753b1ce7f6019bf5e93ae59 to your computer and use it in GitHub Desktop.
Sample Fake BF TwiML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Response> | |
<Say voice="man">Hey girl- call me! It is I, your boyfriend! Please call me as soon as you can! It is very urgent!</Say> | |
<Play>http://demo.twilio.com/docs/classic.mp3</Play> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment