Get Note
contacts_get_noteFetch a specific note tied to a contact by supplying both the contact ID and note ID, enabling quick access to individual CRM notes.
Instructions
Get Note [GET /contacts/{contactId}/notes/{id}] Scopes: contacts.readonly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note Id | |
| contactId | Yes | Contact Id |