EmailHeadersDTO¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
ccEmails |
array |
No | ||
fromEmail |
string | No | ||
fromName |
string | No | ||
preheader |
string | No | ||
replyEmail |
string | No | ||
subject |
string | Yes |
Generated example¶
{
"ccEmails": [
"person@example.com"
],
"fromEmail": "person@example.com",
"fromName": "Example name",
"preheader": "string",
"replyEmail": "person@example.com",
"subject": "string"
}
Source¶
Generated from swagger-asset.json.