Contacts
Create contacts
Create new contacts in your CRM
POST
Your Implementation Required
This endpoint must be implemented on your server
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 requeststring
required
Your CRM’s ID for this contact
Enginy sends contacts in batches of up to 100 contacts per request.