RequestListResponse

Prev Next

Available in Classic and VPC

This is the request list query content.

Syntax

The syntax is as follows.

private String requestId;
private Integer templateSid;
private String templateName;
private EmailStatus emailStatus;
private String senderAddress;
private String senderName;
private String dispatchType;
private NesDateTime requestDate;
private NesDateTime sendDate;
private NesDateTime reservationDate;
private Integer requestCount;
private Integer recipientCount;

Field

The following describes the fields.

Field Type Required Description
requestId String Required Email delivery request ID
  • ID that distinguishes each request. requestId contains multiple mailId when requesting multiple mailings at once
templateSid Integer Optional Template ID
templateName String Optional Template name
senderAddress String Optional Sender's email address
senderName String Optional Sender name
dispatchType String Optional Email delivery request tool
  • CONSOLE | API
emailStatus EmailStatus Required Delivery Status
requestDate NesDateTime Required Request date and time
sendDate NesDateTime Optional Delivery completion date and time
reservationDate NesDateTime Optional Reserved date and time
requestCount Integer Required Number of emails sent
  • Same as recipientCount for individual delivery
recipientCount Integer Required Total number of outgoing recipients/cc/bcc
  • Same as requestCount for individual delivery
  • Equal to or greater than requestCount for normal delivery