HubSpot · Example Payload

Hubspot Custom Workflow Actions Field Type Definition Example

This is an example description.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Top-level fields

nametypefieldTypelabeldescriptionoptions

Example Payload

Raw ↑
{
  "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
    }
  ]
}