ethyca / fides

The Privacy Engineering & Compliance Framework
https://ethyca.com/docs
Apache License 2.0
356 stars 73 forks source link

Switch DSR package in SMS to HTML #2559

Open mfbrown opened 1 year ago

mfbrown commented 1 year ago

Update the access request fulfillment SMS to include just HTML as the access package, so that data subjects can access the information in a more human readable format.

AC

eastandwestwind commented 1 year ago

@mfbrown given that this ticket (https://github.com/ethyca/fides/issues/2565) exists, I'm guessing that SMS vs email delivery method doesn't matter?

Should this ticket be interpreted as "Regardless of delivery method (SMS vs email), ensure that if config is set to HTML for DSR packages (in this ticket https://github.com/ethyca/fides/issues/2565), then we should use HTML instead of JSON."?

mfbrown commented 1 year ago

@eastandwestwind Correct, both methods should get HTML if set. I just split these tickets to address the methods separately, but if we can do it all at once, let's do it.