await novu.trigger('email-workflow', {
to: {
subscriberId,
email: 'mati@mail.com',
},
overrides: {
email: {
integrationIdentifier: "brevo-abcdef" // Is this line used to change the email provider?
},
},
payload: {},
});
await novu.trigger('email-workflow', {
to: {
subscriberId,
email: 'mati@mail.com',
},
overrides: {
email: {
integrationIdentifier: "brevo-abcdef" // Is this line used to change the email provider?
},
},
payload: {},
});