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 Note object
          • GET/notes
          • POST/notes
          • GET/notes/{id}
          • GET/notes/meta/post
          • GET/notes/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 ModelsNotes

The Note object

The Note 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 "contact": "string",
9 "account": "string",
10 "opportunity": "string",
11 "note_url": "string",
12 "remote_updated_at": "2023-01-01T00:00:00Z",
13 "remote_created_at": "2023-01-01T00:00:00Z",
14 "remote_was_deleted": true,
15 "field_mappings": {
16 "organization_defined_targets": {
17 "string": {}
18 },
19 "linked_account_defined_targets": {
20 "string": {}
21 }
22 },
23 "remote_data": [
24 {
25 "path": "string",
26 "data": {}
27 }
28 ],
29 "remote_fields": [
30 {
31 "remote_field_class": {
32 "id": "string",
33 "display_name": "string",
34 "remote_key_name": "string",
35 "description": "string",
36 "is_custom": true,
37 "is_common_model_field": true,
38 "is_required": true,
39 "field_type": "string",
40 "field_format": "string",
41 "field_choices": [
42 "string"
43 ],
44 "item_schema": {
45 "item_type": "string",
46 "item_format": "string",
47 "item_choices": [
48 "string"
49 ]
50 }
51 },
52 "value": {
53 "string": {}
54 }
55 }
56 ]
57}
Was this page helpful?
Previous

/leads/remote-field-classes

Next

/notes

The Note object is used to represent a note on another object.

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 note's owner.
contentstring or nullOptional
The note's content.
contactstring or nullOptionalformat: "uuid"
The note's contact.
accountstring or nullOptionalformat: "uuid"
The note's account.
opportunitystring or nullOptionalformat: "uuid"
The note's opportunity.
note_urlstring or nullOptionalformat: "uri"<=2000 characters
The note's URL in the remote system.
remote_updated_atdatetime or nullOptional
When the third party's lead was updated.
remote_created_atdatetime or nullOptional
When the third party's lead was created.
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