Skip to main content
POST

Your Implementation Required

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

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 request
string
required
Your CRM’s ID for this company
Enginy sends companies in batches of up to 100 companies per request.