getHubspotDeal
Fetch a single HubSpot deal by id from the workspace's connected HubSpot account, including resolved owner information. Returns null when HubSpot is not connected or the lookup fails.
getHubspotDeal(
input: getHubspotDealInput!
): getHubspotDealPayload
Arguments
getHubspotDeal.input ● getHubspotDealInput! non-null input
Wraps the HubSpot deal id to fetch.
Type
getHubspotDealPayload object
A single HubSpot deal's core details plus its owner information.