SendEmailSample
Sends a sample email to the given email address. Leads may be impersonated to populate data for tokens and dynamic content.
Execute
Sample EXECUTE SendEmailSample Id=23685, Email='[email protected]'
Input
| Name | Type | Required | Description |
| Id | String | True | The Id of the email. |
| String | True | Email address to receive the sample email. | |
| LeadId | String | False | Id of a lead to impersonate. Tokens and dynamic content will be populated as though it were sent to the lead. |
| TextOnly | String | False | Set to true to send the text only version along with the HTML version. Default false/ |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
| Details | String | Details of execution failure. NULL if success=true. |