Contact
No description
type Contact {
account: Account
activity_stream(
activityTypes: [ContactActivityType!]
limit: Int!
orderBy: [ContactActivityStreamOrderByOrderByClause!]
page: Int!
): ContactActivityStream!
address_1: String
address_2: String
bounce_reason: String
bounced: Boolean
bounced_at: DateTime
city: String
country: String
created_at: DateTime
custom_fields(
ids: [ID!]
): [CustomFieldValue]!
defined: Boolean
defined_at: DateTime
definition_source: ContactDefinitionSource
deleted: Boolean!
dynamics_entity_type: CrmEntityType
dynamics_url: String
email: String
fax: String
first_name: String
first_touch: MarketingTouch
form_submissions(
first: Int!
orderBy: [ContactFormSubmissionsOrderByOrderByClause!]
page: Int
where: ContactFormSubmissionsWhereWhereConditions
): ClassicFormSubmissionPaginator!
gdpr_compliance: Boolean
home_phone: String
id: ID!
identity: String
ip_address: String
is_sunset: Boolean!
last_email_click_at: DateTime
last_email_click_subject: String
last_email_open_at: DateTime
last_email_open_subject: String
last_name: String
last_touch: MarketingTouch
last_touch_before_contact_creation: MarketingTouch
latest_visit: Visit
lead_owner: Owner
lead_scores: [LeadScoreSummary!]
lead_stage: LeadStage
lists: [List!]
mobile_phone: String
paused_lead_scoring_rulesets: [LeadScoringPause!]
postal_code: String
product: Product
salesforce_entity_type: CrmEntityType
salesforce_url: String
state: String
subscriptions: [SubscriptionList!]
sugar_crm_entity_type: CrmEntityType
sugar_crm_url: String
sunset_contact: SunsetContact
title: String
total_bounces(
where: ContactTotalBouncesWhereWhereConditions
): Int!
total_clicks(
where: ContactTotalClicksWhereWhereConditions
): Int!
total_opens(
where: ContactTotalOpensWhereWhereConditions
): Int!
total_opt_outs(
where: ContactTotalOptOutsWhereWhereConditions
): Int!
total_score_in_default_ruleset: Int!
total_sends(
where: ContactTotalSendsWhereWhereConditions
): Int!
twitter_username: String
unsubscribed: Boolean
unsubscribed_at: DateTime
updated_at: DateTime
visits(
first: Int!
orderBy: [ContactVisitsOrderByOrderByClause!]
page: Int
where: ContactVisitsWhereWhereConditions
): VisitPaginator!
work_phone: String
}
Fields
Contact.account
● Account
object
Contact.activity_stream
● ContactActivityStream!
non-null object
Contact.activity_stream.activityTypes
● [ContactActivityType!]
list enum
Contact.activity_stream.limit
● Int!
non-null scalar
Contact.activity_stream.orderBy
● [ContactActivityStreamOrderByOrderByClause!]
list input
Contact.activity_stream.page
● Int!
non-null scalar
Contact.address_1
● String
scalar
Contact.address_2
● String
scalar
Contact.bounce_reason
● String
scalar
The bounce reason as provided by the Contact's email system
Contact.bounced
● Boolean
scalar
True if this Contact's email address is currently bounced
Contact.bounced_at
● DateTime
scalar
The date and time this Contact's email address bounced
Contact.city
● String
scalar
Contact.country
● String
scalar
Contact.created_at
● DateTime
scalar
Contact.custom_fields
● [CustomFieldValue]!
non-null object
Contact.custom_fields.ids
● [ID!]
list scalar
Contact.defined
● Boolean
scalar
True if this Contact's first name, last name, or email address is known
Contact.defined_at
● DateTime
scalar
The date and time this Contact became defined
Contact.definition_source
● ContactDefinitionSource
enum
The source of the data that led to this Contact being defined
Contact.deleted
● Boolean!
non-null scalar
Contact.dynamics_entity_type
● CrmEntityType
enum
Contact.dynamics_url
● String
scalar
Contact.email
● String
scalar
Contact.fax
● String
scalar
Contact.first_name
● String
scalar
Contact.first_touch
● MarketingTouch
object
Contact.form_submissions
● ClassicFormSubmissionPaginator!
non-null object
Contact.form_submissions.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
Contact.form_submissions.orderBy
● [ContactFormSubmissionsOrderByOrderByClause!]
list input
Contact.form_submissions.page
● Int
scalar
The offset from which items are returned.
Contact.form_submissions.where
● ContactFormSubmissionsWhereWhereConditions
input
Contact.gdpr_compliance
● Boolean
scalar
True if this Contact has opted to allow their data to be processed per privacy regulations
Contact.home_phone
● String
scalar
Contact.id
● ID!
non-null scalar
Contact.identity
● String
scalar
Contact.ip_address
● String
scalar
Contact.is_sunset
● Boolean!
non-null scalar
Contact.last_email_click_at
● DateTime
scalar
The date and time of the last email click made by this Contact
Contact.last_email_click_subject
● String
scalar
The subject line of the last email clicked by this Contact
Contact.last_email_open_at
● DateTime
scalar
The date and time of the last email open made by this Contact
Contact.last_email_open_subject
● String
scalar
The subject line of the last email opened by this Contact