It really bothers me that I can send text messages with Twilio, but I can't receive any. #756
Labels
priority: medium
Important but not urgent; Workaround available
type: bug
bug in the library
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
I can easily call a Python function to send a message to a phone number. However, I cannot easily call a Python function to receive a message from a phone number: I have to set up webhooks and an API, and that is just a pain. It would be awesome if any messages received by my Twilio number get stored in a queue, and we had a simple Python function that gets the first message in that queue, or if there are no messages returns "no messages".
The text was updated successfully, but these errors were encountered: