notes_update
Update existing HubSpot notes by modifying content, timestamps, or ownership to keep CRM records current and accurate.
Instructions
Update an existing note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | ||
| properties | Yes |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"type": "string"
},
"properties": {
"additionalProperties": {},
"properties": {
"hs_note_body": {
"type": "string"
},
"hs_timestamp": {
"type": "string"
},
"hubspot_owner_id": {
"type": "string"
}
},
"required": [
"hs_note_body"
],
"type": "object"
}
},
"required": [
"noteId",
"properties"
],
"type": "object"
}