HubSpot · JSON Structure

Hubspot Custom Workflow Actions Object Request Options Structure

Options for requesting CRM object data

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

ObjectRequestOptions is a JSON Structure definition published by HubSpot, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

properties

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Options for requesting CRM object data",
  "name": "ObjectRequestOptions",
  "properties": {
    "properties": {
      "type": "array",
      "description": "CRM properties to include in the action execution request",
      "items": {
        "type": "string"
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}