Skip to main content

TestEmailRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/TestEmailRequestBody.json
bodyTextstring

Optional body override

subjectstring

Optional subject override

tostringrequired

Recipient email address

TestEmailRequestBody
{
"$schema": "https://example.com/schemas/TestEmailRequestBody.json",
"bodyText": "string",
"subject": "string",
"to": "string"
}