Email Parameters
| Property | Type | Description |
|---|---|---|
| From | string | Use this property to specify an account from which the mail will be sent. If not defined, the default account is used (Requires Agent 2.0.22 or more). |
| onBehalfOf | string | Use this property to specify an account on behalf of which the mail will be sent. The sender must have delegate rights on the behalf account. Delegate rights might take time (more than one hour) to be effective. |
| To | string | List of direct recipients of the email. |
| CC | string | List of Carbon Copy recipients of the email. |
| BCC | string | List of Blind Carbon Copy recipients of the email. |
| Subject | string | Subject of the email. |
| Body | string | Body of the email. |
| isHtmlBody | boolean | Property to define if the mail body is considered as html (set to false by default). |
| Attachments | Array.<string> | List of attachment file names. |