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": {
"to" : "[email protected]"
}
},
"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