|
Description |
This message is used to send an email. |
|---|
The body should be in JSON format and include the following properties:
|
Property |
Type |
Desc. |
|---|---|---|
|
type Required |
String |
Value = "EMAIL" |
|
subject Optional |
String |
|
|
from Required |
String |
|
|
replyTo Required |
List{String} |
|
|
receivingDate Required |
Long |
|
|
htmlBody |
String |
|
|
recipientsTo |
List{String} |
|
|
recipientsCc |
List{String} |
|
|
recipientsBcc |
List{String} |
|
|
emailThreads |
List{String} |
|
|
attachments |
List{Attachment} |
|
|
additionalDetails |
JsonNode |
|