For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The Engagement object
          • GET/engagements
          • POST/engagements
          • GET/engagements/{id}
          • PATCH/engagements/{id}
          • GET/engagements/meta/patch/{id}
          • GET/engagements/meta/post
          • GET/engagements/remote-field-classes

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsEngagements

The Engagement object

The Engagement Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "owner": "string",
7 "content": "string",
8 "subject": "string",
9 "direction": "INBOUND",
10 "engagement_type": "string",
11 "start_time": "2023-01-01T00:00:00Z",
12 "end_time": "2023-01-01T00:00:00Z",
13 "account": "string",
14 "contacts": [
15 "string"
16 ],
17 "engagement_url": "string",
18 "remote_was_deleted": true,
19 "field_mappings": {
20 "organization_defined_targets": {
21 "string": {}
22 },
23 "linked_account_defined_targets": {
24 "string": {}
25 }
26 },
27 "remote_data": [
28 {
29 "path": "string",
30 "data": {}
31 }
32 ],
33 "remote_fields": [
34 {
35 "remote_field_class": {
36 "id": "string",
37 "display_name": "string",
38 "remote_key_name": "string",
39 "description": "string",
40 "is_custom": true,
41 "is_common_model_field": true,
42 "is_required": true,
43 "field_type": "string",
44 "field_format": "string",
45 "field_choices": [
46 "string"
47 ],
48 "item_schema": {
49 "item_type": "string",
50 "item_format": "string",
51 "item_choices": [
52 "string"
53 ]
54 }
55 },
56 "value": {
57 "string": {}
58 }
59 }
60 ]
61}
Was this page helpful?
Previous

/engagement-types/remote-field-classes

Next

/engagements

The Engagement object is used to represent an interaction noted in a CRM system.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional

The third-party API ID of the matching object.

created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
ownerstring or nullOptionalformat: "uuid"
The engagement's owner.
contentstring or nullOptional
The engagement's content.
subjectstring or nullOptional
The engagement's subject.
directionenum or nullOptional
The engagement's direction.
Allowed values:
engagement_typestring or nullOptionalformat: "uuid"
The engagement type of the engagement.
start_timedatetime or nullOptional
The time at which the engagement started.
end_timedatetime or nullOptional
The time at which the engagement ended.
accountstring or nullOptionalformat: "uuid"
The account of the engagement.
contactslist of stringsOptional
engagement_urlstring or nullOptionalformat: "uri"<=2000 characters
The engagement's URL in the remote system.
remote_was_deletedbooleanOptionalRead-only

Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.

field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only
remote_fieldslist of objectsOptionalRead-only