Skip to main content

getHubspotContactPayload

A single HubSpot contact's core details.

type getHubspotContactPayload {
id: String
email: String
name: String
title: String
ownerId: String
}

Fields

getHubspotContactPayload.id ● String scalar

HubSpot contact object id.

getHubspotContactPayload.email ● String scalar

Contact's email address.

getHubspotContactPayload.name ● String scalar

Contact's full name (first and last name joined).

getHubspotContactPayload.title ● String scalar

Contact's job title.

getHubspotContactPayload.ownerId ● String scalar

Always null: the lookup does not request HubSpot's owner property, so this field is never populated.

Returned By

getHubspotContact query