OptionItem

One value the resolver returned. `value` is what to send back via Configure Action; `label` is the human-readable text. `extras` carries integration-specific metadata when present (Salesforce field metadata, HubSpot property type, etc.).

Properties

valuestringrequired

The value to send back via Configure Action.

labelstringrequired

Human-readable label for the option.

extrasobject

Per-integration metadata. Shape varies by integration — use it for richer rendering when needed.

Example

OptionItem example
{
  "value": "string",
  "label": "string",
  "extras": {}
}