Magic links on topic-based e-mail notifications
Self-hosted user here. I've hit on a problem that I don't know how to solve.
We have setup topics and have workflows attached to them with an e-mail step. We'd like to have links from the e-mail to contain magic links so that users receiving the email notifications can click through to the site.
With individual notifications, we achieved this by passing a magic link the
Has anyone else encountered this problem? Is there an approach with Novu? Or will I need to implement it outside? I imagine it's a similar situation with push although I've not tested this yet.
We have setup topics and have workflows attached to them with an e-mail step. We'd like to have links from the e-mail to contain magic links so that users receiving the email notifications can click through to the site.
With individual notifications, we achieved this by passing a magic link the
payload at the point of triggering the workflow, so the links could be embedded in the e-mail. But with topics, it's creating new messages for each subscriber. So we can't use the same approach.Has anyone else encountered this problem? Is there an approach with Novu? Or will I need to implement it outside? I imagine it's a similar situation with push although I've not tested this yet.