Module Values.CreateDeliverabilityTestReportRequestSource

A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. We send that message to special email addresses spread across several major email providers around the world. The test takes about 24 hours to complete. When the test is complete, you can use the GetDeliverabilityTestReport operation to view the results of the test.

Sourcetype nonrec t = {
  1. reportName : ReportName.t option;
    (*

    A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.

    *)
  2. fromEmailAddress : EmailAddress.t;
    (*

    The email address that the predictive inbox placement test email was sent from.

    *)
  3. content : EmailContent.t;
    (*

    The HTML body of the message that you sent when you performed the predictive inbox placement test.

    *)
  4. tags : TagList.t option;
    (*

    An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.

    *)
}
Sourceval context_ : string
Sourceval make : ?reportName:??? -> ?tags:??? -> fromEmailAddress:EmailAddress.t -> content:EmailContent.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of ReportName.t | `Structure of (string * [> `Structure of (string * [> `Blob of RawMessageData.t | `List of [> `Structure of (string * [> `Blob of RawAttachmentData.t | `Enum of string | `String of MessageHeaderName.t ]) list ] list | `String of EmailTemplateName.t | `Structure of (string * [> `String of MessageData.t | `Structure of (string * [> `String of MessageData.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t