Close menu
Explore Plans
Mobile menu Close menu
SendGrid

Email bounced

This trigger fires when an email you sent through SendGrid bounces and cannot be delivered to the recipient.

Developer info

API endpoint slug
sendgrid.email_bounced

Trigger fields

Category Text input > Other

Label
Category
Helper text
Leave blank to fire on every bounce. Enter a category to only fire for emails you tagged with that category when sending.
Slug
category
Required
true
Can have default value
true

Ingredients

Recipient email The email address of the recipient whose message bounced.

Slug
recipient_email
Filter code
Sendgrid.emailBounced.RecipientEmail
Type
String
Example
alex@example.com

Bounce reason The reason the receiving server gave for the bounce.

Slug
bounce_reason
Filter code
Sendgrid.emailBounced.BounceReason
Type
String
Example
550 5.1.1 The email account that you tried to reach does not exist.

Bounce status The SMTP status code returned by the receiving server.

Slug
bounce_status
Filter code
Sendgrid.emailBounced.BounceStatus
Type
String
Example
5.1.1

Occurred at When the bounce occurred.

Slug
occurred_at
Filter code
Sendgrid.emailBounced.OccurredAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00