Send Quote to Customer when no sales person associated
Thu May 01 2025 16:23:08 GMT+0000 (Coordinated Universal Time)
Saved by
@RehmatAli2024
emailSendTo = List();
emailSendTo.add(customer_email);
sendInvoiceParam = Map();
sendInvoiceParam.put("to_mail_ids",emailSendTo);
response = invokeurl
[
url :"https://www.zohoapis.com/books/v3/estimates/" + quote_id + "/email?organization_id=" + org
type :POST
parameters:sendInvoiceParam.toString()
connection:"zoho_apps_connection"
content_copyCOPY
Comments