Skip to content

TransactionalEmailUdrReportRecord

Transactional Email UDR Report Record

Fields
metaId
ID!,non-null
metaVersion
Int
metaCreationTime
String
customerId
String
metaEntryInterface
String
Metadata: Entry interface (e.g., SMTP or REST).
metaProcessingDomain
String
metaDataCenter
String
Metadata: Data center where the usage occurred.
metaEnvironment
String
jobId
String
Usage: Job ID.
costCenter
String
Master data: Cost center.
userId
String
Master data: Technical account (user ID).
campaign
String
Usage: Campaign.
usageId
String
Usage: Unique ID of the usage data entry.
usageType
String
Usage: Type of usage. Either 'mail' or 'traceRecover'.
usageCreationTime
String
Usage: Main datetime field for when the usage occurred.
usageMsgFrom
String
Usage: Sender address.
usageMsgFromDomain
String
Usage: Sender domain.
usageMsgTo
String
Usage: Recipient address.
usageMsgToDomain
String
Usage: Recipient domain.
usageMsgSize
Int
Usage: The size of the delivered email, in the unit specified by usageSizeUnit.
usageSizeUnit
String
Usage: The unit in which the usage size is reported.
usageStatus
String
usageSubStatus
String
usageStatusDetails
String
usageStatusCode
String
usageReference
String
Usage: Job reference provided by the customer.
usageCorrelationId
String
Usage: Recipient ID.
Response sample
{ "metaId": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "metaVersion": 40, "metaCreationTime": "Example String", "customerId": "Example String", "metaEntryInterface": "Example String", "metaProcessingDomain": "Example String", "metaDataCenter": "Example String", "metaEnvironment": "Example String", "jobId": "Example String", "costCenter": "Example String", "userId": "Example String", "campaign": "Example String", "usageId": "Example String", "usageType": "Example String", "usageCreationTime": "Example String", "usageMsgFrom": "Example String", "usageMsgFromDomain": "Example String", "usageMsgTo": "Example String", "usageMsgToDomain": "Example String", "usageMsgSize": 40, "usageSizeUnit": "Example String", "usageStatus": "Example String", "usageSubStatus": "Example String", "usageStatusDetails": "Example String", "usageStatusCode": "Example String", "usageReference": "Example String", "usageCorrelationId": "Example String" }