Get Duplicate Contact
contacts_get_duplicate_contactIdentify duplicate contacts in your CRM by searching with email or phone, respecting duplicate settings to return the matching existing contact.
Instructions
Get Duplicate Contact .If Allow Duplicate Contact is disabled under Settings, the global unique identifier will be used for searching the contact. If the setting is enabled, first priority for search is email and the second priority will be phone. [GET /contacts/search/duplicate] Scopes: contacts.readonly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email - Pass in URL Encoded form. i.e test+abc@gmail.com will become `test%2Babc%40gmail.com` | ||
| number | No | Phone Number - Pass in URL Encoded form. i.e +1423164516 will become `%2B1423164516` | |
| locationId | Yes | Location Id |