JDBC Driver for Zoho Books

Build 23.0.8839

EmailASalesOrder

Email a sales order to the customer. Input json string is not mandatory. If input json string is empty, mail will be send with default mail content.

Input

Name Type Required Accepts Input Streams Description
Id String True False Id of SalesOrder
FromContactId String False False From Address of the Email Address
ToMailIds String True False Array of email addresses of the recipients.
CcMailIds String False False Array of email addresses of the recipients to be CC ed.
BCcMailIds String False False Array of email addresses of the recipients to be BCC ed.
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 Document Ids of the Sales Order
SalesOrderNumber String False False The SalesOrder Number associated with the Id. This value is required if AttachSalesOrderAsPdf is true
AttachSalesOrderAsPdf Boolean False False Boolean value denoting if invoice pdf should be attached or not in the mail.
Attachments String False False Files to be attached to the email
SendAttachment Boolean False False Boolean value denoting if invoice pdf should be attached or not in the mail.
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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839