ContactSendEmail
Send email to contact.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| Id | String | True | False | Id of Contacts |
| ToMailIds | String | True | False | Array of email addresses of the recipients. |
| Subject | String | True | False | Subject of an email that has to be sent. |
| Body | String | True | False | Body/content of the email to be sent |
| MailDocumentsDocumentId | String | False | False | Id of the Documents attached with the contact |
| AttachUnpaidInvoiceList | Boolean | False | False | Boolean denoting if customer unpaid invoice list should be attached with email. |
| AttachCustomerStatement | Boolean | False | False | Boolean denoting if customer statement pdf should be attached with email. |
| CustomerStatementFileName | String | False | False | FileName of customer statement. Required if AttachCustomerStatement is true |
| Attachments | String | False | False | Files to be attached to the email |
| Content | String | False | True | The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified. |
| FileName | String | False | False | Attachment name. This is required when content is not null. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |