Drupal Webform Integration using Zoho CRM API, Append to Select Records, not Overwrite Records
Greetings,
We are using Drupal 7 webform submissions to create Zoho CRM Leads using the Zoho API (see attached). When a webform is submitted a new CRM Lead is successfully created. Since many visitors submit many webform submission, to avoid duplicate Lead submission in Zoho we check the form submissions emails and if exists we update the existing Lead. The below list shows the form fields:
First Name:
Last Name:
Website:
Company:
Phone:
Email:
Country:
State:
Form Name:
Currently when a form submission is made with an existing Lead, and of the form entries differ from the existing Zoho CRM Lead form fields / records, they are overwritten. We would like to append to not overwrite select records, i.e.
Website:
Company:
Phone:
Email:
Form Name:
Can we edit the attached conf file to append to select records, not overwrite?
Thank you in advance for your support!
Respectfully,