Skip to main content

getHubspotDealPayload

A single HubSpot deal's core details plus its owner information.

type getHubspotDealPayload {
id: String!
dealName: String
amount: String
closeDate: String
dealStage: String
pipeline: String
dealUrl: String
nextStep: String
ownerInfo: JSON
}

Fields

getHubspotDealPayload.id ● String! non-null scalar

HubSpot deal object id.

getHubspotDealPayload.dealName ● String scalar

Name of the deal.

getHubspotDealPayload.amount ● String scalar

Deal amount, as returned by HubSpot.

getHubspotDealPayload.closeDate ● String scalar

Expected close date of the deal.

getHubspotDealPayload.dealStage ● String scalar

Current deal stage id.

getHubspotDealPayload.pipeline ● String scalar

Pipeline id the deal belongs to.

getHubspotDealPayload.dealUrl ● String scalar

Direct link to the deal record in HubSpot.

getHubspotDealPayload.nextStep ● String scalar

The deal's next-step note.

getHubspotDealPayload.ownerInfo ● JSON scalar

Owner details for the deal's HubSpot owner, or an empty object when no owner is set.

Returned By

getHubspotDeal query