Skip to main content
POST

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to create relationships between contacts and companies after both have been created or synced.

Request

array
required
Array of contact-company pairs to link

Association Object

string
required
The CRM ID of the contact (returned from create/sync)
string
required
The CRM ID of the company (returned from create/sync)

Response

boolean
required
Whether the operation succeeded
number
Number of associations created
array
Array of failed associations (if any)

Partial Success

Use upsert logic to handle duplicate associations gracefully (ignore if already exists).