My API Keys

Email bounced

The email bounced webhook is triggered whenever an email sent to a contact in theMarketer either soft bounces or hard bounces.

Here you can find a sample payload, using default system attributes.

{
  "email" : "{{client_email}}",
	"bounce_type" : "{{bounce_type}}"
}

The values for the "bounce_type" parameter can be either "bounce_hard" or "bounce_soft".