Implementing unsubscribe links with SendGrid as email provider
It appears from the code in
sendgrid.provider.ts
that there isn't an option to send the ASM group id which would enable SendGrid managed unsubscribe links. Is there a way to implement unsubscribe links via SendGrid? If not, what is the approach with Novu? We would have to build a bespoke subscriber preferences page?1 Reply
Hi @dmgarland
I see sendgrid nodejs sdk support asm related field.
We can add this in email override
But I am afraid, it will work only on Sendgrid.
is there any other email provider you see which have similar fields available.
I am asking so that we can make it generic for other providers as well