HubSpot · JSON Structure

Custom Workflow Actions Api Callback Completion Request Structure

Request body for completing a single callback

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

CallbackCompletionRequest is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

outputFields

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/custom-workflow-actions-api-callback-completion-request-structure.json",
  "name": "CallbackCompletionRequest",
  "description": "Request body for completing a single callback",
  "type": "object",
  "properties": {
    "outputFields": {
      "type": "object",
      "description": "The output values to return to the workflow",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "key": "value"
      }
    }
  },
  "required": [
    "outputFields"
  ]
}