Duplicate detection in Marketo
Hi,
How duplicate detection works in Marketo? Ideally, Marketo applies dedupe on email address when a lead is created using API or form (UI) or list import. Its working as expected when I am trying to create using API but I am able to create multiple leads with same email using Marketo form (UI). Shouldn't it apply dedupe in this case?
I have multiple leads with same email address, how to update all the record using Rest API? Only the most recent lead is getting update. I tried using "id" in the request but its erroring out ("status": "skipped", "reasons": [{ "code": "1003", "message": "Field 'id' not allowed").
Thanks,
Rohit