StakeholderRecommendation
A contact suggested as a potential stakeholder for an accord.
type StakeholderRecommendation {
id: String!
name: String
firstName: String
lastName: String
linkedinUrl: String
title: String
email: String!
picture: String
source: String
}
Fields
StakeholderRecommendation.id ● String! non-null scalar
Source-specific id of the contact (e.g. the Apollo contact id).
StakeholderRecommendation.name ● String scalar
The contact's full name as the source recorded it.
StakeholderRecommendation.firstName ● String scalar
The contact's first name.
StakeholderRecommendation.lastName ● String scalar
The contact's last name.
StakeholderRecommendation.linkedinUrl ● String scalar
URL of the contact's LinkedIn profile, when the source has one.
StakeholderRecommendation.title ● String scalar
The contact's job title.
StakeholderRecommendation.email ● String! non-null scalar
The contact's email address. Contacts without one are dropped from the recommendations.
StakeholderRecommendation.picture ● String scalar
URL of the contact's profile photo, when the source has one.
StakeholderRecommendation.source ● String scalar
Where the contact was sourced from, e.g. "apollo".