Getting Reminder Fail Notification No contacts for the customer

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
API:- curl https://books.zoho.com/api/v3/contacts/{contact_id}/contactpersons
Method:- GET

2. Update Invoice
3367057000000961244 = ContactPersonID
  1. contactpersonlist = List();
  2. contactpersonlist.add(3367057000000961244);
  3. mp = Map();
  4. mp.put("contact_persons",contactpersonlist);
  5. resvp1 = zoho.books.updateRecord("invoices",organizationID,invoiceid,mp,"zohobooks");
  6. 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