Skip to main content

SearchHubspotDealContactsInput

Scopes a HubSpot contact search to a specific deal or company.

input SearchHubspotDealContactsInput {
dealId: String
companyId: String
searchTerm: String!
limit: Int
}

Fields

SearchHubspotDealContactsInput.dealId ● String scalar

HubSpot deal id to scope the search to. When set, the deal's primary company is resolved and contacts associated with the deal are searched.

SearchHubspotDealContactsInput.companyId ● String scalar

HubSpot company id to scope the search to, used directly for company-connected accords.

SearchHubspotDealContactsInput.searchTerm ● String! non-null scalar

Search term matched against contact name, email, and job title (truncated to HubSpot's query length limit).

SearchHubspotDealContactsInput.limit ● Int scalar

Maximum number of contacts to return; defaults to 10.

Member Of

searchHubspotDealContacts query