is it possible to send transactional
is it possible to send transactional emails in an idempotent fashion from an email worker?
7 Replies
Brevo is the only platform where I have seen this. I get some free emails if you sign up with this link:
https://get.brevo.com/skgnkk41ehub
They have
idempotencyKey
attribute which ensures that all emails with same unique key will not be allowed in next 15min.
If 15min is not enough for you then I'm not aware of any other options.
Email Marketing done right
Email Marketing Done Right
They also have pretty nice 300 free emails per day setup
I came across that while googling, seems promising. The fact they want to put their branding on your emails unless you pay extra put me off a bit though..
Oh wait, maybe that's just the marketing platform product?
Awesome, I was looking at the wrong pricing
I just send a test email to myself and I didn't see any branding from them
I haven't used it too much yet myself. I'm just starting to build my own product.
I created quickly a test template and at least here it doesn't say brevo anywhere
And I can verify that when I tried to send another email with the same idempotency header it gave me this error message:
I haven't yet tested how much I can alter the template contents with the API though but I assume it can be done.
In the earlier workplace where I was working we had a cluster of 32 background workers and we send 32 duplicate emails for thousand customers because there was a bug 😄
After that I wish we would have used brevo
Yikes 😂