preferences not updating
const res = await novu.subscribers.updatePreference(subscriberId, templateId, {
channel: {
type:ChannelTypeEnum.IN_APP,
enabled,
},
enabled
});
for some reason, user preferences are not being update
6 Replies
@mariogamas
I am taking a look on this.
@mariogamas
Workflow with
templateId
have in-app step in it?Hi @Pawan Jain
yes
is does
Hi @mariogamas , we identified an edge case where using the Subscriber Preference API with new Workflows resulted in the preference resolution not respecting Subscriber Preferences. The fix was deployed yesterday.
Please try again and let us know if you see any further issues 🙏
top, thanks!