HubSpot · Example Payload

Hubspot Engagement Notes Note Search Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

totalresultspaging

Example Payload

Raw ↑
{
  "total": 42,
  "results": [
    {
      "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"
    }
  ],
  "paging": {
    "next": {
      "after": "MTAyNA%3D%3D",
      "link": "https://app.hubspot.com/contacts/12345"
    }
  }
}