Lionel Mandine
Lionel Mandine
NNovu
Created by YacineBKA on 10/19/2023 in #💬│support
Create templates using the sdk
Thanks @Pawan Jain
8 replies
NNovu
Created by YacineBKA on 10/19/2023 in #💬│support
Create templates using the sdk
Hi @YacineBKA , I have the same use case . Did you find a way to do it with nodejs SDK ?
8 replies
NNovu
Created by Lionel Mandine on 11/9/2023 in #💬│support
changing trigger identifier throws workflow_not_found Error
Hello, sorry for the delayed answer, you can try with share-post-notification as trigger identifier
8 replies
NNovu
Created by Lionel Mandine on 11/9/2023 in #💬│support
changing trigger identifier throws workflow_not_found Error
Ok thanks, I don't have any blocking issues, it's just that I wanted to let you know I found this 🙂
8 replies
NNovu
Created by Lionel Mandine on 11/9/2023 in #💬│support
changing trigger identifier throws workflow_not_found Error
Yes I am
8 replies
NNovu
Created by Lionel Mandine on 10/27/2023 in #💬│support
Wrong encoding with notifications templates
Hi @Pawan Jain , it works perfectly, i was using 0.13.0 version. In 0.21 everything is great. Thanks buddy
5 replies
NNovu
Created by Lionel Mandine on 10/27/2023 in #💬│support
Wrong encoding with notifications templates
5 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
I may use this the wrong, should i use feedIdentifier in my payload ?
14 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
To be complete, this is my code : novu.subscribers.getNotificationsFeed(currentUserID, { page, limit, read, payload: { templateIdentifier: "dislike-post" } })
14 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
No description
14 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
No description
14 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
Ok thanks @Pawan Jain
14 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
No description
14 replies
NNovu
Created by Lionel Mandine on 10/6/2023 in #💬│support
Filtering feed using templateIdentifier
Here is the parameter i am talking about. Is it possible to use something that would look like this :
const { data: inAppMessages } =
await novu.subscribers.getNotificationsFeed(currentUser.id, {
page,
limit,
payload: {templateIdentifier: 'mention-in-a-comment'}
})
const { data: inAppMessages } =
await novu.subscribers.getNotificationsFeed(currentUser.id, {
page,
limit,
payload: {templateIdentifier: 'mention-in-a-comment'}
})
14 replies