Is there any API to get bounce email address.

Comments

user77’s picture

Is there any API to get the bounce email address, So that I can unsunscribe the user from newsletter list.

Perignon’s picture

Status: Active » Closed (fixed)

Yes, you can get bounces. For now, you will have to implement this in your own code the PHP library that I maintain doesn't have anything to get bounces at the moment. It will be available in the future.

https://sendgrid.com/docs/API_Reference/Web_API_v3/bounces.html

user77’s picture

@Perignon. Thanks for the reply. I have written the custom code for handling bounce emails.