HubSpot · JSON Structure

Hubspot Custom Workflow Actions 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/draft/2020-12/schema meta-schema.

Properties

outputFields

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request body for completing a single callback",
  "name": "CallbackCompletionRequest",
  "properties": {
    "outputFields": {
      "type": "object",
      "description": "The output values to return to the workflow"
    }
  },
  "required": [
    "outputFields"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}