RequestListResponse
- Print
- PDF
RequestListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
|
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
|
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
|
recipientCount | Integer | Required | Total number of outgoing recipients/cc/bcc
|
Was this article helpful?