Skip to content

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

@Tylersuard

Description

@Tylersuard

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

Activity

tiwarishubham635

tiwarishubham635 commented on Apr 4, 2024

@tiwarishubham635
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!

smbrandonjr

smbrandonjr commented on Jun 29, 2024

@smbrandonjr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smbrandonjr@Tylersuard@tiwarishubham635

        Issue actions

          It really bothers me that I can send text messages with Twilio, but I can't receive any. · Issue #756 · twilio/twilio-python