SEARCH_DEALS_HUBSPOT

List and get details about HubSpot deals.

icon of HubSpotHubSpot
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
SEARCH_DEALS_HUBSPOT(propertiesproperty_filtermatch_type
[value]
[property_filter2match_type2value2]
)
properties

The deals properties to get from HubSpot. For example, deal_revenue or priority.

property_filter

The property to filter deals in the results. For example, deal_revenue or priority.

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, hubspot or hubspot.com.

Selected options:
Appointment Scheduled (Deal Stage)
Qualified To Buy (Deal Stage)
Presentation Scheduled (Deal Stage)
Decision Maker Bought-In (Deal Stage)
Contract Sent (Deal Stage)
Closed Won (Deal Stage)
Closed Lost (Deal Stage)
Default (Pipeline)
[optional] property_filter2

The property to filter deals in the results. For example, deal_revenue or priority.

Examples

SEARCH_DEALS_HUBSPOT("amount", "dealname", "EQ", "TK Insurance") returns Returns amount information about `TK Insurance` deal.