Created
October 1, 2020 22:14
-
-
Save Twiliomatic/820ea49f1b8aadbe046c8f1a4e77a56f to your computer and use it in GitHub Desktop.
Twiliomatic: Create an app that replies "Howdy" to a request saying "Hi"
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
<Response> | |
<Say> | |
Howdy | |
</Say> | |
<Dial action="http://example.com/yourCallbackUrl" method="GET"/> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment