K.T
September 21, 2022, 3:13am
49
Has anyone dealt w solving the problem outlined by felix1 in this thread? Unsubscribe effectively removing users even from transactional communications?
How do you prevent global unsubscribes from affecting your transactional emails (Like Reset Password)?
Context:
Using Copilot’s Sendgrid Plugin , when Users click on Unsubscribe All in an email, it unsubscribes them even from essential emails like Reset Password, Magic Link logins, etc. This essentially locks your Users out of your application.
The way to bypass this, according to Sendgrid’s documentation here ; is to send along a filter to bypass_list_management in your API calls. When an API…