Email on Acid · Example Payload

Create Email Test

Email TestingEmail PreviewsEmail ClientsSpam TestingAccessibilityHTML ValidationEmail Quality AssurancePre-Deployment Testing

Create Email Test is an example object payload from Email on Acid, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subjecthtmltransfer_encodingcharsetclientsimage_blockingspam

Example Payload

Raw ↑
{
  "subject": "My Marketing Email Subject",
  "html": "<html><body><h1>Hello World</h1><p>This is a test email.</p></body></html>",
  "transfer_encoding": "8bit",
  "charset": "utf-8",
  "clients": [
    "outlook16",
    "gmail_chr26_win",
    "iphone6p_9"
  ],
  "image_blocking": false,
  "spam": {
    "test_method": "seed",
    "from_address": "marketing@example.com"
  }
}