Companies
Create companies
Create new companies in your CRM
POST
Your Implementation Required
This endpoint must be implemented on your server
Request
array
required
Array of company objects to create
Company Object
string
required
Enginy’s internal company ID. Use this to map responses back.
string
Company name
string
Company domain (e.g., “acme.com”)
string
Industry classification
number
Number of employees
string
LinkedIn company page URL
Response
array
required
Array of created company mappings
string
required
The
externalId from the requeststring
required
Your CRM’s ID for this company
Enginy sends companies in batches of up to 100 companies per request.