HubSpot · Example Payload

Hubspot Engagement Calls Batch Error Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

statuscategorymessagecontexterrors

Example Payload

Raw ↑
{
  "status": "error",
  "category": "VALIDATION_ERROR",
  "message": "Property value is invalid",
  "context": {
    "key": "value"
  },
  "errors": [
    {
      "message": "This is an example description.",
      "code": "example-value",
      "in": "example-value",
      "subCategory": "standard",
      "context": {
        "key": "value"
      }
    }
  ]
}