HubSpot · Example Payload

Engagement Notes Batch Notes Response Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Engagement Notes Batch Notes Response 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

statusresultsrequestedAtstartedAtcompletedAterrorslinks

Example Payload

Raw ↑
{
  "status": "COMPLETE",
  "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"
    }
  ],
  "requestedAt": "2025-03-15T14:30:00Z",
  "startedAt": "2024-01-15T10:30:00.000Z",
  "completedAt": "2024-01-15T10:30:05.000Z",
  "errors": [
    {
      "status": "error",
      "category": "VALIDATION_ERROR",
      "message": "Property value is invalid",
      "context": {
        "key": "value"
      },
      "errors": [
        {}
      ]
    }
  ],
  "links": {
    "key": "value"
  }
}