Created
October 1, 2020 22:19
-
-
Save Twiliomatic/4ba7511818fd9da5ed7c2e6681f688f6 to your computer and use it in GitHub Desktop.
Twiliomatic: make an app that says "Knock knock", waits 10 seconds and then says "who's there?"
This file contains hidden or 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
| <Response> | |
| <Say> | |
| <Play file="http://www.twimlai.com/twiml/knock"> | |
| Knock knock. | |
| </Play> | |
| <Pause dur="10s"/> | |
| Who's there? | |
| </Say> | |
| </Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment