Encharge integration (Communication, Marketing). Imported from open-connector.
https://api.encharge.io/v1/emails/send
| Param | Type | Required | Description |
|---|---|---|---|
| contentType | string | required | Which Encharge email content field to send. |
| content | string | required | Plain-text body, HTML body, or template name based on contentType. |
| to | string | required | Recipient email address string or an existing Encharge person reference. |
| from | string | required | Email address string or object with email and name. |
| subject | string | optional | Email subject. Required for text and HTML email content. |
| templateProperties | object | optional | Dictionary of template values that Encharge replaces in the email subject or bo… |
| unsubscribeCheck | boolean | optional | Whether Encharge should skip sending to people who unsubscribed from emails. |
| UTMTags | boolean | optional | Whether Encharge should apply account-level automatic UTM tagging to links. |
| cc | string | optional | Comma-separated email address list accepted by Encharge. |
| bcc | string | optional | Comma-separated email address list accepted by Encharge. |
| reply | string | optional | Email address string or object with email and name. |