Created
June 8, 2017 14:45
-
-
Save dkundel/05bedfa9af47e74b4f7b4a081c3db92a to your computer and use it in GitHub Desktop.
Forward SMS with TwiML Bins to two numbers
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
<?xml version="1.0" encoding="UTF-8"?> | |
<Response> | |
<Message to="+49111111111111"> | |
{{From}}: {{Body}} | |
</Message> | |
<Message to="+19991234123"> | |
{{From}}: {{Body}} | |
</Message> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment