Click or drag to resize

SendGridEvent Properties

The SendGridEvent type exposes the following members.

Properties
  NameDescription
Public propertyattempt
The delivery attempt #.
Public propertycategory
The event category.
Public propertyemail
The email recipient.
Public propertyevent_name
The event name. One of:
SendGrid event nameCorresponding xot_email_event.event_type_id
processed1
delivered2
open3
deferred4
bounce5
spamreport6
dropped7
click8
unsubscribe9
unknown10
Public propertyevent_type
The event type packaged in a EventType class which includes the event_name and the event type number (converted from the inbound string).
EventCorresponding xot_email_event.event_type_idNote
processed1accepted/processed depending on service
delivered2
opened3
deferred4
bounced5
complained6
dropped7
clicked8
unsubscribed9
unknown10
rejected102
Public propertymessage_id
The unique xot_email_event.message_id, a Guid, originally provided in message_id.
Public propertyreason
The event reason.
Public propertyresponse
The event response.
Public propertysmtp_id
An id attached to the message by the platform.
Public propertystatus
The event status.
Public propertytimestamp
The event timestamp.
Public propertytype
The event subtype (e.g Bounce, Blocked, or Expired for bounce events).
Public propertyunique_args
The SendGrid "Unique Arguements" packaged in a UniqueArgs class.
Public propertyurl
The event URL.
Top
See Also