ContactSendEmail
Send email to contact.
Input
Name | Type | Required | Description |
Id | String | True | Id of Contacts |
ToMailIds | String | True | Array of email addresses of the recipients. |
Subject | String | True | Subject of an email that has to be sent. |
Body | String | True | Body/content of the email to be sent |
MailDocumentsDocumentId | String | False | Id of the Documents attached with the contact |
AttachUnpaidInvoiceList | Boolean | False | Boolean denoting if customer unpaid invoice list should be attached with email. |
AttachCustomerStatement | Boolean | False | Boolean denoting if customer statement pdf should be attached with email. |
CustomerStatementFileName | String | False | FileName of customer statement. Required if AttachCustomerStatement is true |
Attachments | String | False | Files to be attached to the email |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |