Custom link per broadcast email

Hello, I am using https://docs.novu.co/api-reference/events/broadcast-event-to-all API. I want to generate a unique unsubscribe link per user then pass it to the workflow. How can this be achieved using the broadcast API?
3 Replies
Novu_Bot
Novu_Bot3mo ago
@Osama Sayed, you just advanced to level 1!
Pawan Jain
Pawan Jain3mo ago
Hi @Osama Sayed Currently, Novu does not support injecting unsubscribe links with emails. Could you please help us in adding this to our roadmap https://roadmap.novu.co/roadmap
dmgarland
dmgarland3mo ago
IMO This is a blocker for using Novu for sending e-mail in any standard web app. Every email that goes out needs to have unsubscribe links to be GDPR compliant and using the topic feature prevents unique URLs from being sent. Massive limitation I've had to work around the topic feature by using the bulk events endpoint and sending a custom payload per subscriber that way to support magic links / unsubscribe URLs. But we integrated with topics and had to undo a lot of stuff so this has been a pain