SendEmail
Send an email to a list of prospects or a single prospect.
Input
| Name | Type | Required | Description |
| CampaignId | Int64 | True | The ID of the campaign. |
| ProspectId | Int64 | False | The ID of the prospect you're sending the email to. |
| Name | String | True | The name of the object for identification in Account Engagement. |
| RecipientListIds | String | False | An array of IDs of the recipient lists. The email is sent to all users on the specified lists. |
| SuppressionListIds | String | False | An array of IDs of the suppression lists. The email isn’t sent to any user on the suppression lists. |
| EmailTemplateId | Int64 | False | The ID of the email template used for the email. |
| Subject | String | False | The subject of the email. |
| TextMessage | String | False | The text content of the email's message. |
| HtmlMessage | String | False | The HTML content of the email's message. |
| FolderId | Int64 | False | The ID of the folder containing this object. |
| TrackerDomainId | Int64 | False | The ID of the tracker domain used for the email. |
| ScheduledTime | Datetime | False | The ISO 8601 date and time to send the email. |
| IsOperational | Boolean | False | When true, the email is sent to the prospect regardless of opt-out status. Your account must have Operational Email Sending enabled to use this setting. |
| SenderOptions | String | False | An array of the sender options. |
| ReplyToOptions | String | False | An array of the reply to address options. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | This value shows a boolean indication of whether the operation was successful or not. |
| Id | Int64 | The ID of the email or list email that was sent. |