We have a service that helps our customers to onboard and manage their customers. When they create an account with us, we create a sender signature in postmark and through postmark send a confirmation email notification. But some of these emails are bouncing due to various reasons. Is there a way to fetch the details on if the conform sender signature email bounced through API?
I see that they have a bounce API, but by using the Get bounces API and adding an email address as the filter, should give the list of bounces. Does it make sense to use this API for this purpose?
The
Get bouncesAPI call using the email address as a filter should work for the purpose that you described. However bounces don't always happen right when the message is delivered, and if a message were to bounce for any reason after you make this API call, you would have no way to know. For this reason I recommend the Bounce Webhook, which will capture all bounces in real-time as they occur.