Aman
Aman
Explore posts from servers
NNovu
Created by Aman on 6/1/2024 in #💬│support
Can someone help me in applying background image in a custom html template
This is what my template looks like




5 replies
NNovu
Created by Aman on 8/7/2023 in #💬│support
Subscriber missing recipient details
Hey can someone please help me, getting this error, here's what's my code looks like ``` await novu.trigger("event_name" { to: { subscriberId: "email", }, payload: {}, });
13 replies
NNovu
Created by Aman on 7/10/2023 in #💬│support
Triggering Emails to multiple providers
Is there any way of triggering email to multiple subscriber ids at once or do I do it inside a for loop
3 replies
NNovu
Created by Aman on 7/5/2023 in #💬│support
Getting 402 error while triggering the error
Hey guys I am trying to trigger an email notification from my node js app and getting this error message "Request failed with status code 422" can someone help me figure out where I am going wrong this is what my code looks like
await novu.trigger("testing-workflow", {
to: {
subscriberId: "6375e52a452ac92da68f16e4",
},
payload: {},
});
await novu.trigger("testing-workflow", {
to: {
subscriberId: "6375e52a452ac92da68f16e4",
},
payload: {},
});
I have connected sendgrid to novu and the email triggers are working from novu when I am triggering it manually, but not from code
8 replies
NNovu
Created by Aman on 12/2/2022 in #💬│support
UI configurations
Hii guys, I want to configure novu's current UI to remove the settings icon at the top right and have our logo at the bottom, can anyone help me with this? I have read the docs regarding this, but facing some issues
23 replies