Skip to main content

TestEmailResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/TestEmailResponseBody.json
messagestringrequired
providerstringrequired
successbooleanrequired
TestEmailResponseBody
{
"$schema": "https://example.com/schemas/TestEmailResponseBody.json",
"message": "string",
"provider": "string",
"success": true
}