Is it possible to add a header in the emails with the custom smtp integration ?

We are sending our emails with AWS SES and have created a configuration set to be able to properly track the clicks, opens etc, and we need to add a header to the email so that AWS can work its magic. Is it possible with the custom smtp integration ?
11 Replies
Pawan Jain
Pawan Jainβ€’2mo ago
Hi Alex

Are you looking to send preHeader ?
π™–π™‘π™šπ™­ πŸ’ƒ
What do you mean ? I am refering to this https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets-in-email.html I need this header set in the email X-SES-CONFIGURATION-SET: ConfigSet ?
Pawan Jain
Pawan Jainβ€’2mo ago
Hi Alex

I am checking with my team if this is possible, and I will keep you updated
π™–π™‘π™šπ™­ πŸ’ƒ
Thank you so much !
Pawan Jain
Pawan Jainβ€’2mo ago
@π™–π™‘π™šπ™­ πŸ’ƒ Could you please try this format?
"overrides": {
"providers": {
"ses": {
"_passthrough": { "headers": { "X-SES-CONFIGURATION-SET": '1234' }}
}
}
}
"overrides": {
"providers": {
"ses": {
"_passthrough": { "headers": { "X-SES-CONFIGURATION-SET": '1234' }}
}
}
}
π™–π™‘π™šπ™­ πŸ’ƒ
Will try this asap ! @Pawan Jain I have migrated from novu/node to novu/api to be able to use the override you mention but I dont find the override on the delay steps anymore does it stilll exist ?
Pawan Jain
Pawan Jainβ€’2mo ago
We didn not have overrides for delay step.
π™–π™‘π™šπ™­ πŸ’ƒ
Is there a way to see if the header was sent ?
Novu_Bot
Novu_Botβ€’5w ago
@π™–π™‘π™šπ™­ πŸ’ƒ, you just advanced to level 3!
π™–π™‘π™šπ™­ πŸ’ƒ
Is the only info I could find
No description
Pawan Jain
Pawan Jainβ€’4w ago
@alex

You will need to check this in aws ses logs

Did you find this page helpful?