ouidevelop/text-message-directions

Allow for privacy opt-in

Opened this issue · 0 comments

It would be nice to allow people to be able to opt in to privacy such that their messages don't get logged. Twilio logs messages by default. To redact message bodies the official way, twilio has told me via email that it would cost 1500 per month, which is not possible at this time. But I can unofficially redact messages like this: https://www.twilio.com/blog/2017/01/redact-delete-sms-messages-node-js.html. Essentially you just overwrite the message body with something like "[redacted]"