Skip to main content

getHubSpotCustomFieldsInput

Identifies the accord and the HubSpot object/fields to read.

input getHubSpotCustomFieldsInput {
accordId: String!
config: JSON!
}

Fields

getHubSpotCustomFieldsInput.accordId ● String! non-null scalar

Accord whose stored crm_object is used to decide which HubSpot object (company for account-planning, otherwise deal) to read from.

getHubSpotCustomFieldsInput.config ● JSON! non-null scalar

JSON config carrying the HubSpot objectId to read, the fields (property names) to request, and an optional crmObject fallback used only when the accord row has none.

Member Of

getHubSpotCustomFields query