TestEmailRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/TestEmailRequestBody.jsonbodyTextstring
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"
}