HubSpot · JSON Structure

Hubspot Custom Workflow Actions Batch Callback Input Structure

A single callback completion input

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

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

Properties

callbackId outputFields

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A single callback completion input",
  "name": "BatchCallbackInput",
  "properties": {
    "callbackId": {
      "type": "string",
      "description": "The unique identifier of the callback"
    },
    "outputFields": {
      "type": "object",
      "description": "The output values to return"
    }
  },
  "required": [
    "callbackId",
    "outputFields"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}