getHubspotContact
Fetch a single HubSpot contact by id from the workspace's connected HubSpot account. Returns null when HubSpot is not connected or the lookup fails.
getHubspotContact(
input: getHubspotContactInput!
): getHubspotContactPayload
Arguments
getHubspotContact.input ● getHubspotContactInput! non-null input
Wraps the HubSpot contact id to fetch.
Type
getHubspotContactPayload object
A single HubSpot contact's core details.