3

When Twilio receives an Opt-out keyword from one of your users, it adds this phone number to a list of blocked numbers. Twilio checks this list before sending any future outgoing messages.

Is there a place to find this blocked number list in the Twilio console?

  • Welcome to Stack Overflow. Please read how to ask good [questions](https://stackoverflow.com/help/how-to-ask). Make sure your question covers these 3 elements: 1. Problem Statement 2. Your Code (it should be [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) 3. Error Message (preferably full Traceback to help others review and provide feedback). Sometimes the same question may have already been asked. Make sure your question is not a [duplicate](https://stackoverflow.com/help/duplicates) – Joe Ferndz Jan 08 '21 at 19:59

1 Answers1

4

There is not. You must keep track of the opt-out list yourself. Twilio will forward the opt-out keywords to your application to handle this.

Twilio support for opt-out keywords (SMS STOP filtering)

Using Advanced Opt-out (Which require a messaging service)

Keeping track of your users' status

Alan
  • 10,465
  • 2
  • 8
  • 9