searchHubspotDeal
Search HubSpot deals in the workspace's connected HubSpot account,
enriched with owner details and any accord already connected to each
deal. A HubSpot deal URL as the search value is resolved to that single
deal; otherwise the value is matched as a substring against deal names.
Returns an error field inside data when the search fails.
searchHubspotDeal(
searchValue: String!
properties: [String]
): findHubspotDealPayload
Arguments
searchHubspotDeal.searchValue ● String! non-null scalar
A HubSpot deal URL to resolve directly, or a substring matched against deal names (case-insensitive contains).
searchHubspotDeal.properties ● [String] list scalar
Optional additional HubSpot property names to request beyond the default deal fields.
Type
findHubspotDealPayload object
Results of a HubSpot deal search.