Skip to main content
POST

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to find which contacts already exist in your CRM. Your CRM decides the matching logic (by email, LinkedIn URL, phone, etc.).

Request

array
required
Array of contact objects to find

Contact Object

string
required
Enginy’s internal lead ID
string
Email address for matching
string
LinkedIn URL for matching

Response

Return only contacts that exist in your CRM.
array
required
Array of matched contacts
string
required
The externalId from the request
string
required
Your CRM’s ID for this contact
object
Optional properties to sync back to Enginy (leadScore, lifecycleStage, etc.)
Contact lead-456 is not in the response because it doesn’t exist in the CRM. Only return matches.