Etigma
NNovu
•Created by Etigma on 6/27/2024 in #💬│support
Shadow Payload
Hello !
I'm trying to use Novu with the java sdk and as self-hosted.
Actually it work pretty well.
I use a payload in this form:
Map(String, List<String>)
I've tried somes key, value, like:
NEWS : [ "new_one" ]
IMPORTANT_NEWS : [ "new_two" ]
And i try to send email with this informations.
To know if there is any News or Important News, i use {{#if NEWS}} in the email template.
But for somes times now, even if i don't send IMPORTANT_NEWS in my payload (I just send NEWS, or nothing)
IMPORTANT_NEWS will be found in the notification payload, as true (and not as empty list/null/other)
Did someone encountered the same problem ?
10 replies
NNovu
•Created by Etigma on 4/17/2024 in #💬│support
Trigerring workflow with topic not working.
Hi, I'm trying to use a simple topic to send email to somes subscribers. But its not working:
I'm on Java 11. using sdk Novu 1.5.0.
Calling like this:
I've also tryed with curl:
Ensuring that my topic exist with subscribers:
Get topic:
Get of subscriber:
19 replies