HubSpot · JSON Structure

Hubspot Custom Workflow Actions Batch Callback Error Structure

Error information for a failed callback

Type: object Properties: 3 Required: 3
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchCallbackError is a JSON Structure definition published by HubSpot, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

callbackId message category

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Error information for a failed callback",
  "name": "BatchCallbackError",
  "properties": {
    "callbackId": {
      "type": "string",
      "description": "The callback that failed"
    },
    "message": {
      "type": "string",
      "description": "Error message"
    },
    "category": {
      "type": "string",
      "description": "Error category"
    }
  },
  "required": [
    "callbackId",
    "message",
    "category"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}