Skip to main content
SendGrid events are tracked with specific event type IDs in SendPost, allowing you to distinguish between native SendPost events and SendGrid events.

SendGrid Event Types


Bounce Type Details

SendGrid categorizes bounces into two types:
Permanent failure (invalid email, domain doesn’t exist). These addresses should be removed from your list.
Temporary failure (mailbox full, temporarily blocked). SendGrid may retry these automatically. Consider these as temporary issues.

Event Data

Each SendGrid event includes:
  • Message ID (for correlation)
  • Recipient email
  • Timestamp
  • SMTP response code (for bounces)
  • User agent (for opens)
  • Clicked URL (for clicks)
  • SendGrid-specific IDs (sg_event_id, sg_message_id)

Event Type Quick Reference


Next Steps