HubSpot · Example Payload

Hubspot Custom Workflow Actions Output Field Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

typeDefinition

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
      }
    ]
  }
}