Forgoing duplicate check for leads when using insertRecords method?
I am currently using the Zoho form to catch leads from my website, the form works great but there are a few things I do not like about it, like the old school captcha and it's formatting.
Using the Zoho form, if a lead which subscribed previously tries to resubscribe again,
using the same email address, the lead is added to the Leads section of the CRM again. Which works great for me, as a previously dead lead might turn to be live again.
After deciding to update the form looks and using
insertRecords I am no longer able to add a lead which is already in the leads section of the CRM. I think that is because of the
Duplicate Check Fields, as the email address is the same.
Question: Is there a way to bypass this check on insertRecords, so that a lead is added even if the email is a duplicate?