Contacts
Update contacts
Update existing contacts in your CRM
PUT
Documentation Index
Fetch the complete documentation index at: https://docs.enginy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Implementation Required
This endpoint must be implemented on your server
Request
Array of contact objects to update
Contact Object
Your CRM’s ID for this contact (from previous sync)
Updated email address
Updated first name
Campaign engagement fields (user-configurable names)
Response
Array of update results
The contact’s CRM ID
Whether the update succeeded
Engagement Fields
When contacts engage with campaigns, Enginy sends updates with fields like:| Field | Example | Description |
|---|---|---|
campaignEngagementStatus | Message Replied (2/3) - LINKEDIN | Current status |
campaignSequenceStatus | Replied | Sequence status |
campaignOpens | 5 | Email opens |
campaignClicks | 2 | Link clicks |
Field names are user-configurable. Your CRM should store any field, not just known ones.