Open
Description
Problem
Sometimes people have flagged that they accidentally opted out. Currently, the only way to remove someone from the opt-out list is to manually delete the opt-out record from the database and clear the Redis cache if needed. This is difficult for a non-tech person to do.
Solution
Create a UI interface in the Admin view to remove a person from the opt-out list. This interface can be something simple like a search bar where an admin can enter a phone number, hit a search button, and the page will say if the phone number is opted out. If the phone number is opted out, the admin will have the option to remove the phone number from the opt-out table.