Chirag parmar
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
if we update global then automatic all workflow will be disabled or enabled but still send email
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
Yes, but i have updated global preference like this
await this.novu.subscribers.updateGlobalPreference(subscriberId, {
enabled: enabled,
preferences: [{
type: ChannelTypeEnum.IN_APP,
enabled: enabled
},
{
type: ChannelTypeEnum.EMAIL,
enabled: enabled
},
{
type: ChannelTypeEnum.SMS,
enabled: enabled
},
{
type: ChannelTypeEnum.CHAT,
enabled: enabled
},
{
type: ChannelTypeEnum.PUSH,
enabled: enabled
}]
});
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
@Pawan Jain I have disbaled global notification for this subscriber
"subscriberId": "e7f8ea9a-b0d7-40f7-a668-d079eeabf6d2",
After disabling, I tried to send an email with the traction ID "d71be307-a095-435b-85e3-bec7bf94a702." The email didn't send, but it still appears to have been sent. Why is this happening?
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
@Pawan Jain Waiting for your reply
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
@Tomer Barnea Actually, when i disabled global config we want disabled sending email for selected subscriber , except some impportant email like reset password etc.
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
17 replies
NNovu
•Created by Chirag parmar on 10/11/2024 in #💬│support
When we disabled global notification using updateGlobalPreference,
Also I disabled like below code
await this.novu.subscribers.updateGlobalPreference(subscriberId, {
enabled: enabled,
preferences: [{
type: ChannelTypeEnum.IN_APP,
enabled: enabled
},
{
type: ChannelTypeEnum.EMAIL,
enabled: enabled
},
{
type: ChannelTypeEnum.SMS,
enabled: enabled
},
{
type: ChannelTypeEnum.CHAT,
enabled: enabled
},
{
type: ChannelTypeEnum.PUSH,
enabled: enabled
}]
});
But still got the email eveen i disabled global preference so why is happen ?
17 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
@Pawan Jain thank you, I will follow new doc and let you know if need any help
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
I have implemented as given in the document and the code as given in github but in github there is only function created but there is no mention in the document how to use that function so can you help me how to call the function will happen
@Pawan Jain Any update on above
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
Also we need to send any API key for that ?
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
I implement in react js but not sure how to call function
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
It will work with node js or react js ?
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
@Pawan Jain I want to implement this https://docs.novu.co/recipes/workflows/multi-workflow-digest
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
NO, but we need to refresh the page sometimes
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
So it's default behaviour or we have to do any settings for that ?
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
I used this notification in rontend react https://web.novu.co/integrations/66438cbc197e97811b78d554
It doesn’t always show the learner that there is a new notification. Only on refresh.
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
Hello @Pawan Jain
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
Not any use case but my client want this
58 replies
NNovu
•Created by Chirag parmar on 8/2/2024 in #💬│support
In-app notification
Once we send the email can we check the webhook API response in any place or activity log?
58 replies