Skip to content

Instantly share code, notes, and snippets.

@Adityanagraj
Created April 24, 2020 13:25
Show Gist options
  • Save Adityanagraj/c55f5d8b2f9707b74fc1c864098dfd9b to your computer and use it in GitHub Desktop.
Save Adityanagraj/c55f5d8b2f9707b74fc1c864098dfd9b to your computer and use it in GitHub Desktop.
def sms_reply():
"""Respond to incoming calls with a simple text message."""
# Fetch the message
incoming_msg = request.values.get('Body', '')
#print(incoming_msg)
resp = MessagingResponse()
msg = resp.message()
responded = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment