Skip to main content

CommunicationOrderBy

Fields that can be used for sorting communications.

enum CommunicationOrderBy {
eventAt
recipientName
sentAt
}

Values

CommunicationOrderBy.eventAt

The actual time the email event occurred at SendGrid (null for sent rows, SMS rows, and legacy rows pre-dating this field). Rows with a null eventAt sort using sentAt as a fallback.

CommunicationOrderBy.recipientName

The name of the communication recipient.

CommunicationOrderBy.sentAt

When the communication was sent.

Member Of

findCommunications query