HubSpot · Example Payload

Hubspot Conversations Error Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Conversations Error 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

categorycorrelationIdmessagesubCategorycontextlinkserrors

Example Payload

Raw ↑
{
  "category": "VALIDATION_ERROR",
  "correlationId": "aeb5f871-7f07-4993-9211-075dc63e7cbf",
  "message": "Invalid input parameters",
  "subCategory": "INVALID_PARAMETER",
  "context": {
    "key": "value"
  },
  "links": {
    "key": "value"
  },
  "errors": [
    {
      "message": "Invalid thread ID format",
      "code": "INVALID_FORMAT",
      "subCategory": "PARAMETER_ERROR",
      "in": "path",
      "context": {
        "key": "value"
      }
    }
  ]
}