ContactEmailStatement
Email Statement to the contact
Input
| Name | Type | Required | Accepts Input Streams | Description |
| Id | Integer | True | False | Id of Sequence State |
| SendFromOrgEmailId | Integer | False | False | Boolean to trigger the email from the organization's email address |
| ToMailIds | Integer | True | False | Array of email addresses of the recipients. |
| CcMailIds | Integer | False | False | Array of email addresses of the recipients to be CC'd. |
| Subject | Integer | True | False | Subject of an email that has to be sent. |
| Body | Integer | True | False | Body/content of the email to be sent |
| StartDate | Integer | True | False | |
| EndDate | Integer | True | False | |
| MultipartOrFormdata | String | False | True | The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |