Skip to content

HubSpot: Search Companies

Plugin ID: eca_hubspot_search_companies

Available since: 1.0.0

Find companies by property criteria and filters.

Fields

Search Filters (YAML) — config key: filters

Search filters in YAML format. Each filter should specify propertyName, operator, and value. Common operators: EQ (equals), NEQ (not equals), LT/LTE/GT/GTE (comparisons), CONTAINS_TOKEN (partial match with wildcards), HAS_PROPERTY, NOT_HAS_PROPERTY, IN, NOT_IN. See HubSpot Search API documentation for full list.

Example using inline format (recommended - no indentation required):
- {propertyName: "name", operator: "CONTAINS_TOKEN", value: "acme"}<br>- {propertyName: "city", operator: "EQ", value: "Boston"}

Alternative block format (requires 2-space indentation):
- propertyName: "name"<br>&nbsp;&nbsp;operator: "CONTAINS_TOKEN"<br>&nbsp;&nbsp;value: "acme"
This field supports tokens.

Type: textarea · Required: no · Default: empty string

Sort By — config key: sort_by

Property name to sort results by (e.g., "createdate"). Leave empty for default sorting.
This field supports tokens.

Type: textfield · Required: no · Default: empty string

Limit — config key: limit

Maximum number of results to return (1-100). Default is 100.
This field supports tokens.

Type: textfield · Required: yes · Default: 100

Token name — config key: token_name

Provide the name of a token that holds the search results array including total count and matching companies.
This field supports tokens.

Type: textfield · Required: no · Default: empty string