Skip to content

Instantly share code, notes, and snippets.

@dkundel
Created June 8, 2017 14:45
Show Gist options
  • Save dkundel/05bedfa9af47e74b4f7b4a081c3db92a to your computer and use it in GitHub Desktop.
Save dkundel/05bedfa9af47e74b4f7b4a081c3db92a to your computer and use it in GitHub Desktop.
Forward SMS with TwiML Bins to two numbers
<?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