HubSpot · Example Payload

Hubspot Engagement Notes Note Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Engagement Notes Note Example is an example object payload from HubSpot, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idpropertiespropertiesWithHistorycreatedAtupdatedAtarchivedarchivedAt

Example Payload

Raw ↑
{
  "id": "1024",
  "properties": {
    "hs_note_body": "Met with client to discuss Q1 goals. They are interested in expanding their subscription.",
    "hs_timestamp": "2024-01-15T10:30:00.000Z",
    "hubspot_owner_id": "12345"
  },
  "propertiesWithHistory": {
    "key": "value"
  },
  "createdAt": "2024-01-15T10:30:00.000Z",
  "updatedAt": "2024-01-15T11:00:00.000Z",
  "archived": false,
  "archivedAt": "2025-03-15T14:30:00Z"
}