HubSpot
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
SEARCH_CONTACTS_HUBSPOT(properties, property_filter, match_type,
[value]
, [property_filter2, match_type2, value2]
)properties
The contact properties to get from HubSpot. For example, description
or website
.
property_filter
The property to filter contacts in the results. For example, city
or firstName
.
match_type
Conditional to apply to filter
. For example, EQ or BETWEEN. More info here.
Selected options:
Contains text
Doesn't contain text
Doesn't have the property
Equal to
Greater than
Greater than or equal to
Has property
Included in a list.
Less than
Less than or equal to
Not equal to
Not included in a list
[optional] value
The pattern or test to apply to the filter
. For example, London
or John
.
[optional] property_filter2
The property to filter contacts in the results. For example, city
or firstName
.