Types
EmailBounce
object
EmailBounceFields
bouncedAt
recipient
isSendRetriable
Boolean!
reason
Why the bounce happened. Use this to differentiate suppression-list rejections (INACTIVE_RECIPIENT) from real delivery failures (HARD_BOUNCE, SPAM_COMPLAINT, etc).
details
String
Free-form bounce detail string (typically the SMTP response from the receiving server). Null when no detail is available.

