Email on Acid · Example Payload

Create Spam Test

Email TestingEmail PreviewsEmail ClientsSpam TestingAccessibilityHTML ValidationEmail Quality AssurancePre-Deployment Testing

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

Top-level fields

subjecthtmltransfer_encodingcharsettest_methodfrom_address

Example Payload

Raw ↑
{
  "subject": "My Email Subject",
  "html": "<html><body><p>Hello World</p></body></html>",
  "transfer_encoding": "8bit",
  "charset": "utf-8",
  "test_method": "seed",
  "from_address": "my.test@example.com"
}