TestEmailRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/TestEmailRequestBody.jsonbodyTextstring
Optional body override
senderstring
Sender profile slug to test; empty uses the default (*) profile
subjectstring
Optional subject override
tostringrequired
Recipient email address
TestEmailRequestBody
{
"$schema": "https://example.com/schemas/TestEmailRequestBody.json",
"bodyText": "string",
"sender": "string",
"subject": "string",
"to": "string"
}