San
NNovu
•Created by San on 5/31/2024 in #💬│support
Can we use Dynamic templates of Send grid using Golang package of Novu?
Yeah it's working
7 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
Will let you know if I start with custom implementation @Pawan Jain
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
If requirement is urgent from our side then I might start using WS url and implement my custom in app notification center in react native
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
We might wait until novu comes up with built in component for react native
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
Got it thanks
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
What kind of events that I can listen on @Pawan Jain ?
If I use direct web socket url of novu?
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
So, can I use the above url to connect directly to novu web socket server using socket client?
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
I can see this url in network tab
wss://ws.novu.co/socket.io/EIO=4&transport=websocket
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
May I know the web socket url of novu server (cloud)
So that I can connect directly using socket client in the react native app
19 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
So, can I use pure socket client in the react-native app to connect to novu socket server using web sockets?
And use it like this
socket.on("notification_received")?
19 replies
NNovu
•Created by Saruchi on 12/29/2023 in #💬│support
self host
@Saruchi The default behavior of the notification-center component in Novu involves automatic subscription using the subscriberid specified in the
NovuProvider
component during rendering. You can verify this process by inspecting the network tab, where you'll observe the subscribe API being invoked from the frontend courtesy of the NovuProvider
, which handles this operation by default15 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
Got it thanks
18 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
On how to use that?
18 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
Can you please give me an example?
18 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
So If I send custom transactionId again and again it will only trigger once but not twice?
18 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
Is novu trigger api idempotent in nature?
18 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
We are making use of unix time format which is of type int
So I had to manually change the date format in the code using some libraries instead of novu handling it
Because novu cannot able to work with int types @Pawan Jain
18 replies
NNovu
•Created by San on 12/6/2023 in #💬│support
Use of workflow groups and tags
So there is no way I can use preference on workflow group then?
4 replies
NNovu
•Created by San on 11/20/2023 in #💬│support
Bulk create topics with one api call
If topics are created on the fly when adding subscribers
Would it update the subscribers if topic already created?
Like upsertion?
9 replies