Nao Ohira
Nao Ohira
NNovu
Created by Nao Ohira on 3/27/2024 in #💬│support
Override "to" use cases behavior
send-message-email.usecase.ts
12 replies
NNovu
Created by Nao Ohira on 1/31/2024 in #💬│support
Better proxy support
Hi, I'm using on premise Novu on our cloud infrastructure. I had some issues with proxies over https leading to 502 error when using axios. It's a known issue with Axios. I made a PR for fixing in send in blue to use cross fetch and proxy agent. It will work without proxy and also with standard proxy configuration like variable environment https://github.com/novuhq/novu/pull/5065
7 replies
NNovu
Created by Nao Ohira on 12/28/2023 in #💬│support
Overrides to for email channel
I'm using self hosted Novu 0.22 with custom SMTP provider I read that I can override some attributes from this page: https://docs.novu.co/channels-and-providers/email/overview#sending-email-overrides I want to send a different e-mail than the subscriber one (Sending a link for validating email address changes before changing subscriber actual email)
{
"name": "user-account-username-modification-validation",
"to": "652f866f9203e3869e6db7c2",
"overrides": {
"email": {
}
},
"payload": { "deeplink" : "http://...." },
"tenant": {
"identifier": "r43h8301_Vly38wsrHG"
}
}
{
"name": "user-account-username-modification-validation",
"to": "652f866f9203e3869e6db7c2",
"overrides": {
"email": {
}
},
"payload": { "deeplink" : "http://...." },
"tenant": {
"identifier": "r43h8301_Vly38wsrHG"
}
}
I assume that it should send it to [email protected] and not the one that is setted for subscriber ([email protected]). I still get to the old one. Am I missing something? I added a screen capture of the step timeline and nothing seems to say that there is overrides
3 replies
NNovu
Created by Nao Ohira on 12/27/2023 in #💬│support
Did someone managed to use generic sms provider?
I've tried to implement two generic sms provider to avoid developping a provider (Brevo for SMS there is only Email for now, and SMSMode) It seems to have a mandatory date field in the response that I don't have in one of the API. I also don't need to have authentication by token, and when switching off, and saving, it seems to be mandatory.
36 replies