Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It really bothers me that I can send text messages with Twilio, but I can't receive any. #756

Open
Tylersuard opened this issue Feb 7, 2024 · 2 comments
Labels
type: community enhancement feature request not on Twilio's roadmap

Comments

@Tylersuard
Copy link

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".

@tiwarishubham635
Copy link
Contributor

Hey @Tylersuard, we'll add this to our internal backlog to be prioritized. +1s/reactions on this issue (and comments) and PRs will bump it higher up the backlog. Thanks!

@tiwarishubham635 tiwarishubham635 added the type: community enhancement feature request not on Twilio's roadmap label Apr 4, 2024
@smbrandonjr
Copy link

Why not use the GET method to retrieve messages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

3 participants