HubSpot · Schema

CallbackCompletionRequest

Request body for completing a single callback

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
outputFields object The output values to return to the workflow
View JSON Schema on GitHub

JSON Schema

hubspot-custom-workflow-actions-callback-completion-request-schema.json Raw ↑
{
  "type": "object",
  "description": "Request body for completing a single callback",
  "properties": {
    "outputFields": {
      "type": "object",
      "description": "The output values to return to the workflow",
      "example": {
        "key": "value"
      }
    }
  },
  "required": [
    "outputFields"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallbackCompletionRequest"
}