How do i select a email provider for a specific workflow other than non primary in the dashboard?
I have a 4 Email providers
-
SES Dev Default
(primary)
- SES Prod Default
(primary)
- SES Dev Rishabh
- SES Prod Rishabh
For a specific workflow, I want to select and use SES Dev/Prod Rishabh
, while the rest use primary. How do i do this via the dashboard?6 Replies
@Aditeya
while this option is not available in dashboard, you can have one integration as primary provider + active and mark other providers as active
different email integration can be selected using email overrides
https://docs.novu.co/platform/integrations/email#using-different-email-integration
integrations created for development environment can be used with workflows in development environment only
same with production environment
I was hoping there was a way to do it in dashboard 😦
Doing this in code is a bit annoying.
thanks
@Aditeya
Sharing the feedback with the team. Can we help with anything else?
is there a way to have a default override for a workflow? or way to change the from email address of an email in a workflow?
is there a way to have a default override for a workflowNo, default overrides is not available. As overrides are for extending the features, so it is available when worklfow is triggered
way to change the from email address of an email in a workflowFrom email address can be configured in email integration that will be used for each worklfow if you are looking to use different sendername for each workflow. then it can be changed using email overrides during workflow trigger https://docs.novu.co/platform/integrations/email#sending-email-overrides
ok got it, thanks!