#Can we manage more granular level preferences?

1 messages · Page 1 of 1 (latest)

remote elk
#

use case - i created a workflow to send notification when every users mention on comment. so in that case user can manage their preferences. but if user want to opt out from particular thread. not from whole comment notifications.

Is there any way to achive this?

heady nicheBOT
#

Hi @remote elk, I'm an AI assistant for Novu. While a team member reviews this question, I'll see if I can find relevant sources for your question.

#

Answer

Currently, Novu allows preferences to be managed at the workflow and subscriber level, but it does not support granular preferences at the level of specific threads within a workflow directly through its standard settings. Novu's preference system allows for global, workflow-level, and subscriber-level channel preferences, which can be overridden by the subscriber if not marked as critical (1) .

To achieve granularity at the level of specific threads, you might need to implement custom logic within your application that tags specific notifications and checks these tags against subscriber preferences stored in your system. This approach would require additional development outside of the standard Novu preference settings.

For further details on how preferences are managed in Novu, you can check the documentation on managing subscriber preferences.

heady nicheBOT
subtle vault
#

would you expect to see that within the prefrence section?

remote elk
#

yeah if it possible

subtle vault
#

Got it @remote elk,thanks