ComposeEmailRequestDto
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
title | string | да | — |
text | string | да | — |
email | string | да | — |
messageId | string | null | нет | — |
emailContactId | number | null | нет | — |
attachments | ComposeEmailAttachmentRefDto[] | да | — |
Пример
json
{
"title": "string",
"text": "string",
"email": "user@example.com",
"messageId": "uuid",
"emailContactId": 0,
"attachments": []
}