HubSpot · Schema

NoteUpdateRequest

Request body for updating a note

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties object The note properties to update
View JSON Schema on GitHub

JSON Schema

hubspot-engagement-notes-note-update-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Request body for updating a note",
  "properties": {
    "properties": {
      "type": "object",
      "description": "The note properties to update",
      "example": {
        "hs_note_body": "Updated meeting notes - client confirmed interest in premium tier."
      }
    }
  },
  "required": [
    "properties"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NoteUpdateRequest"
}