Skip to main content
PUT

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to update companies that were previously synced. This includes regular field updates and engagement field updates.

Request

array
required
Array of company objects to update

Company Object

string
required
Your CRM’s ID for this company (from previous sync)
string
Updated company name
number
Updated employee count
string
Campaign engagement fields (user-configurable names)

Response

array
required
Array of update results
string
required
The company’s CRM ID
boolean
required
Whether the update succeeded
Field names are user-configurable. Your CRM should store any field, not just known ones.