User Preferences Question
I am creating a set of workflows that all trigger another summary workflow at the end of theirs using a custom step. Similar to this example. This summary workflow digests for 24 hours and sends an email summarizing everything that has happened. I pass in the workflow name in the payload to the summary workflow. Inside the summary workflow, I want to check the user's email preferences of the given workflow so i can filter out the messages in the email. How can I do this? Can I use the Novu framework? or do I need to use the Novu API SDK?
5 Replies
@Jonathan Licht
You will need to use sdk to fetch subscriber's user preference
which SDK? the API SDK or the Framework SDK?
@Jonathan Licht, you just advanced to level 2!
Sounds good thank you!