You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently started seeing a lot of "email_failed" events. Wanted to understand:
When does this event occur - Is it based on a response from AWS SES?
The attached screenshot shows email_sent, email_failed, email_opened events. I can confirm - all these are about the same email. If the email failed, then there cannot be an email opened event.
I checked in the user_events table and cant find any additional information related to this event (as shown in the screenshot). The only data we see for an email_failed event is :{"channel": "email", "campaign_id": 85, "campaign_name": "", "campaign_type": "trigger", "subscription_id": 1}
Any more information will help us debug this better! Thank you!
The text was updated successfully, but these errors were encountered:
tanmay-predisai
changed the title
Intermittend "email_failed" events
Intermittent "email_failed" events
Jan 22, 2025
Could be a whole bunch of things ranging from soft bounces to odd configurations of the end users mail server to crashes. Do you have error handling setup for your project with either Sentry or Bugsnag? The errors should bubble up to there and that would be the best place to check what is going on.
We have recently started seeing a lot of "email_failed" events. Wanted to understand:
I checked in the user_events table and cant find any additional information related to this event (as shown in the screenshot). The only data we see for an email_failed event is :{"channel": "email", "campaign_id": 85, "campaign_name": "", "campaign_type": "trigger", "subscription_id": 1}
Any more information will help us debug this better! Thank you!
The text was updated successfully, but these errors were encountered: