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 |
|---|---|
to array of strings | Email address of the recipient of the email message. |
from | Sender of the email. |
cc | List of emails copied onto email message. |
reply_to | The email where replies are sent. If not set by partner, this is the |
subject | Subject line of the email. |
no_reply | Whether the |
