Created
March 23, 2020 10:41
-
-
Save Jatin-8898/d6018262f31c76710a39c55660d6d0c5 to your computer and use it in GitHub Desktop.
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
from twilio.twiml.messaging_response import MessagingResponse | |
resp = MessagingResponse() | |
msg = resp.message() | |
msg.body('this is the response text') | |
msg.media('https://example.com/path/image.jpg') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment