Represents an email associated with a communication
{
"to": [
"[email protected]"
],
"from": "[email protected]",
"cc": [
"[email protected]"
],
"reply_to": "[email protected]",
"subject": "Check <> Example Coffee",
"no_reply": false
}| Attribute | Description |
|---|---|
toarray of strings | Email address of the recipient of the email message. |
fromstring | Sender of the email. |
ccarray of strings | List of emails copied onto email message. |
reply_tostring | The email where replies are sent. If not set by partner, this is the from field. |
subjectstring | Subject line of the email. |
no_replyboolean | Whether the reply_to email address accepts replies. |

