Saruchi
Saruchi
NNovu
Created by Saruchi on 3/20/2024 in #💬│support
Is there a V0.23.0 of Novu nuget package? for Global preference
@todd is 0.3.3 the latest Nuget release then? Is there a possibility to add Global preference in near future?
20 replies
NNovu
Created by Saruchi on 3/20/2024 in #💬│support
Is there a V0.23.0 of Novu nuget package? for Global preference
@Ask InkeepCan you check if this feature is release for .net?
20 replies
NNovu
Created by Saruchi on 3/20/2024 in #💬│support
Is there a V0.23.0 of Novu nuget package? for Global preference
Can tou check if this feature is release for .net?
20 replies
NNovu
Created by Saruchi on 10/3/2023 in #💬│support
notification group/ workflow group- adding workflows, subscribers to the group
I dont find V20 in nuget.org . The latest version is 0.3.3 https://www.nuget.org/packages/Novu/0.3.3?_src=template
17 replies
NNovu
Created by Saruchi on 1/3/2024 in #💬│support
Payload JsonObject not getting parsed from Swagger in .net
@unicodeveloper @todd @dr.really @Pawan Jain hello guys 🙂 Is there anything we can do about this?
13 replies
NNovu
Created by Saruchi on 1/3/2024 in #💬│support
Payload JsonObject not getting parsed from Swagger in .net
Hi @todd , @Pawan Jain , @unicodeveloper Do you have any suggestion on this?
13 replies
NNovu
Created by Saruchi on 1/3/2024 in #💬│support
Payload JsonObject not getting parsed from Swagger in .net
https://docs.novu.co/api-reference/events/trigger-event In this Trigger example code of .Net Instead of OnboardEventPayload class, I am trying to send a JObject (Json) (not a hard coded payload model) to the Trigger API
13 replies
NNovu
Created by Saruchi on 1/3/2024 in #💬│support
Payload JsonObject not getting parsed from Swagger in .net
Hi @todd Thanks for your reply Indeed Payload is outgoing and FromBody is incoming, I need to get the payload from front end and pass it to Novu as a Json I also want to work with newtonsoft.JObject but Novu expects JSONObject How do you tackle this ? Can you share some example?
13 replies
NNovu
Created by Saruchi on 12/29/2023 in #💬│support
self host
No we are not passing any random ID in place of subscriberID.. Always the App's userId which we use to create subscribers.. IS there anything else that can create dummy subscribers with same Email?
15 replies
NNovu
Created by Saruchi on 12/29/2023 in #💬│support
self host
I dont think we are providing any random ID. We create a subscriber using Post request with our App's UserId and Email and then trigger notifications for development purposes using Workflows in Novu interface
15 replies
NNovu
Created by Saruchi on 12/29/2023 in #💬│support
self host
Novu's in app
15 replies
NNovu
Created by Saruchi on 12/29/2023 in #💬│support
self host
yes
15 replies
NNovu
Created by Saruchi on 12/29/2023 in #💬│support
self host
I tried deleting all the dummy subscribers and then we started working on it (with SubscriberIDs as our own userIds)..after sometime I saw the dummy subscribers were created again.. We are only triggering Notifications through Workflows for now from Novu interface ..not using any API End points from backend
15 replies
NNovu
Created by Saruchi on 12/29/2023 in #💬│support
self host
It is the default onefrom workflow import { Novu } from '@novu/node'; const novu = new Novu('<API_KEY>'); novu.trigger('useraddedtorun', { to: { subscriberId: '<REPLACE_WITH_DATA>', email: '<REPLACE_WITH_DATA>' }, payload: { runName: '<REPLACE_WITH_DATA>', projectName: '<REPLACE_WITH_DATA>', teamMember: '<REPLACE_WITH_DATA>', teamName: '<REPLACE_WITH_DATA>', userComment: '<REPLACE_WITH_DATA>', link: '<REPLACE_WITH_DATA>' } });
15 replies
NNovu
Created by Saruchi on 10/3/2023 in #💬│support
notification group/ workflow group- adding workflows, subscribers to the group
@Pawan Jain In my use case, i need to set Email false by default until subscriber changes preference So i call UpdatePreference as soon as the Subscriber is created and I need workflowId for UpdatePreference() but this preference should be applicable to all workflows (in my use case) and I have to explicitly (hard coded) provide the workflow Ids I think i can call getAllWorkflows () and apply preference on the returned workflows instead of explicitly providing each workflowId
17 replies
NNovu
Created by Saruchi on 10/3/2023 in #💬│support
notification group/ workflow group- adding workflows, subscribers to the group
@Pawan Jain How soon is the Workflow group expected to release?
17 replies
NNovu
Created by Saruchi on 10/3/2023 in #💬│support
notification group/ workflow group- adding workflows, subscribers to the group
Adding further details to my use case: 1. I want all the subscribers subscribed to notification group so that in future when i create new workflow (or even subscriber) i need not to worry about adding my subscriber to the workflow I will just add subscriber to workflow group and what ever future workflows are added ,my subscribers will keep getting notifications for them.. but now when i create a new subscriber , I have a hassle to 1. add them to default workflows (by getting the workflow ID - assigning them as constants and subscribing users to it-looks like bad coding practice)
17 replies
NNovu
Created by Saruchi on 10/3/2023 in #💬│support
notification group/ workflow group- adding workflows, subscribers to the group
@Pawan Jain Do you think I can use Topic for this purpose? I didnt see any thing where i can add workflows to Topic also.. If Topic is just for bulk notifications then what is the use of Broadcast Trigger Notifications? Dont they both solve the same purpose?
17 replies
NNovu
Created by Saruchi on 9/22/2023 in #💬│support
How to link SubscriberCreateData with Subscriberpreferences while triggering a notification event?
No description
10 replies
NNovu
Created by Saruchi on 9/19/2023 in #💬│support
integrating slack chat throws subscriber does not have a configured channel
found the solution.. the document can be updated to make a put request to subscriber with SubscriberApi().credentials
5 replies