San
NNovu
•Created by San on 5/31/2024 in #💬│support
Can we use Dynamic templates of Send grid using Golang package of Novu?
We are currently using sendgrid provider for emails
And we are using sendgrid dynamic templates to send emails
Does golang package of novu supports this?
https://docs.novu.co/channels-and-providers/email/sendgrid
7 replies
NNovu
•Created by San on 12/30/2023 in #💬│support
Can I use novu for react-native?
Is there a similar component like
notification-center
in react for react-native?
If not would I able to use novu in react-native application?19 replies
NNovu
•Created by San on 12/8/2023 in #💬│support
Date Format in Notification Template Using Handle bars
Hello
Is it possible to format date using the timestamp?
Example:
input:
employee = "Test User"
startDate = 1679079540634
endDate = 1679079540800
Notification Template => {{employee}} has submitted a leave request for {{startDate}} to {{endDate}}
Expected output:
Test User has submitted a leave request for Oct 1, 2023 to Oct 10, 2023
I did use inbuilt helper named
dateFormat
I tried to do this {{employee}} has submitted a leave request for {{dateFormat startDate 'MMM Do YYYY'}} to {{dateFormat endDate 'MMM Do YYYY'}}
Output I got was
Test User has submitted a leave request for 1679079540634 to 1679079540800
So dateFormat will not work if startDate or endDate is in timestamp integer?18 replies
NNovu
•Created by San on 12/6/2023 in #💬│support
Use of workflow groups and tags
Hi! I have 4 workflows grouped under LEAVE-REQUEST
LEAVE-REQUEST:CREATE
LEAVE-REQUEST:APPROVE
LEAVE-REQUEST:REJECT
LEAVE-REQUEST:UPDATE
I can able to see all 4 workflow preferences in the notification-center in frontend app
But I want notification preference on just LEAVE-REQUEST Workflow Group instead
If I turn off notifications of that group I don't want to receive notifications for any of the 4 workflows mentioned
Is this possible with Novu?
I also wanted to know the use-case of tags attached to workflows?
4 replies
NNovu
•Created by San on 11/20/2023 in #💬│support
Bulk create topics with one api call
Is there are support for bulk create topics in one api call and adding subscribers to different topics at the same time with one api call again?
9 replies
NNovu
•Created by San on 11/15/2023 in #💬│support
Is it possible to have custom button other than CTA buttons in notification
6 replies
NNovu
•Created by San on 11/13/2023 in #💬│support
Updating Message CTA Button status using TransactionId
I am sending notifications which contains CTA buttons (Approve and Reject) to multiple subscribers using topic
So If one of the subscriber Approve it I want to remove the CTA buttons on other subscribers
Can someone let me know how to achieve this behaviour
For example:
I have two subscribers A and B
I sent a leave request notification to both A and B using topic named leave-request
A approves the leave request using CTA button provided in the notification
Now I want to hide the CTA buttons in B subscriber since the leave request is already been approved by subscriber A
15 replies