Getting Reminder Fail Notification No contacts for the customer
Hello Team
If you facing the Issue with Reminder Email Like "No contacts for the customer" , so there is the solution above of this By the API or Custom or Dynamic Here.
Answer:- we are getting this email because there is No Email has been sent for the email to sent the Reminder email or system email.
Dynamic Solution:- Inside the invoice we have an option email to Tick on this.
save this.
API Solution
1. Search Contact person for the Contact ID
Method:- GET
2. Update Invoice
3367057000000961244 = ContactPersonID
contactpersonlist = List();
contactpersonlist.add(3367057000000961244);
mp = Map();
mp.put("contact_persons",contactpersonlist);
resvp1 = zoho.books.updateRecord("invoices",organizationID,invoiceid,mp,"zohobooks");
info resvp1;
hope this will be help to you.
apart from is if you have any query please drop a commnet.
Thanks & Regards
Piyush Goyal
Zoho Developer
+91-8619164837