HubSpot · Example Payload

Hubspot Custom Workflow Actions Input Field Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Custom Workflow Actions Input Field Example is an example object payload from HubSpot, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeDefinitionsupportedValueTypesisRequired

Example Payload

Raw ↑
{
  "typeDefinition": {
    "name": "Example Record",
    "type": "STRING",
    "fieldType": "TEXT",
    "label": "Example Record",
    "description": "This is an example description.",
    "options": [
      {
        "label": "Example Record",
        "value": "example-value",
        "displayOrder": 100
      }
    ]
  },
  "supportedValueTypes": [
    "STATIC_VALUE"
  ],
  "isRequired": true
}