MENU
      RequestListResponse

        RequestListResponse


        Article summary

        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;
        Java

        Field

        The following describes the fields.

        FieldTypeRequiredDescription
        requestIdStringRequiredEmail delivery request ID
        • ID that distinguishes each request. requestId contains multiple mailId when requesting multiple mailings at once
        templateSidIntegerOptionalTemplate ID
        templateNameStringOptionalTemplate name
        senderAddressStringOptionalSender's email address
        senderNameStringOptionalSender name
        dispatchTypeStringOptionalEmail delivery request tool
        • CONSOLE | API
        emailStatusEmailStatusRequiredDelivery Status
        requestDateNesDateTimeRequiredRequest date and time
        sendDateNesDateTimeOptionalDelivery completion date and time
        reservationDateNesDateTimeOptionalReserved date and time
        requestCountIntegerRequiredNumber of emails sent
        • Same as recipientCount for individual delivery
        recipientCountIntegerRequiredTotal number of outgoing recipients/cc/bcc
        • Same as requestCount for individual delivery
        • Equal to or greater than requestCount for normal delivery

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.