Properties
| Name | Type | Description |
|---|---|---|
| attachment_file_ids | object | |
| body | string | |
| cc | object | |
| from | string | |
| name | string | |
| subject | string | |
| to | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/property_CrmEvent_marketing_email",
"title": "property_CrmEvent_marketing_email",
"properties": {
"attachment_file_ids": {
"$ref": "#/components/schemas/property_CrmEvent_marketing_email_attachment_file_ids"
},
"body": {
"type": "string"
},
"cc": {
"$ref": "#/components/schemas/property_CrmEvent_marketing_email_cc"
},
"from": {
"type": "string"
},
"name": {
"type": "string"
},
"subject": {
"type": "string"
},
"to": {
"$ref": "#/components/schemas/property_CrmEvent_marketing_email_to"
}
},
"type": "object"
}