Skip to main content
POST

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to create contacts in your CRM when exporting leads.

Request

array
required
Array of contact objects to create

Contact Object

string
required
Enginy’s internal lead ID. Use this to map responses back.
string
Professional or personal email address
string
Contact’s first name
string
Contact’s last name
string
Mobile or direct phone number
string
Company name
string
Job title
string
LinkedIn profile URL

Response

array
required
Array of created contact mappings
string
required
The externalId from the request
string
required
Your CRM’s ID for this contact
Enginy sends contacts in batches of up to 100 contacts per request.