description:`A contact's field of study. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`,
},
{
displayName:'First Name',
name:'firstName',
type:'string',
default:'',
description:`A contact's first name`,
},
{
displayName:'Gender',
name:'gender',
type:'string',
default:'',
},
{
displayName:'Google Ad Click ID',
name:'googleAdClickId',
type:'string',
default:'',
},
{
displayName:'Graduation Date',
name:'graduationDate',
type:'dateTime',
default:'',
description:`A contact's graduation date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`,
},
{
displayName:'Industry',
name:'industry',
type:'string',
default:'',
description:'The industry a contact is in',
},
{
displayName:'Job Function',
name:'jobFunction',
type:'string',
default:'',
description:`A contact's job function. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`,
},
{
displayName:'Job Title',
name:'jobTitle',
type:'string',
default:'',
description:`A contact's job title`,
},
{
displayName:'Last Name',
name:'lastName',
type:'string',
default:'',
description:`A contact's last name`,
},
{
displayName:'Lead Status',
name:'leadStatus',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactLeadStatuses',
},
default:'',
description:`The contact's sales, prospecting or outreach status`,
},
{
displayName:'Legal Basic For Processing Contact Data',
name:'processingContactData',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactLealBasics',
},
default:'',
description:`Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections`,
},
{
displayName:'Lifecycle Stage',
name:'lifeCycleStage',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactLifeCycleStages'
},
default:'',
description:`The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis.`,
},
{
displayName:'Marital Status',
name:'maritalStatus',
type:'string',
default:'',
description:`A contact's marital status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`,
},
{
displayName:'Membership Note',
name:'membershipNote',
type:'string',
typeOptions:{
alwaysOpenEditWindow: true,
},
default:'',
description:`The notes relating to the contact's content membership.`,
},
{
displayName:'Message',
name:'message',
type:'string',
typeOptions:{
alwaysOpenEditWindow: true,
},
default:'',
description:'A default property to be used for any message or comments a contact may want to leave on a form.',
},
{
displayName:'Mobile Phone Number',
name:'mobilePhoneNumber',
type:'string',
default:'',
description:`A contact's mobile phone number`,
},
{
displayName:'Number Of Employees',
name:'numberOfEmployees',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactNumberOfEmployees',
},
default:'',
description:'The number of company employees',
},
{
displayName:'Original Source',
name:'originalSource',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactOriginalSources',
},
default:'',
description:`The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually.`,
},
{
displayName:'Phone Number',
name:'phoneNumber',
type:'string',
default:'',
description:`A contact's primary phone number`
},
{
displayName:'Properties',
name:'properties',
type:'multiOptions',
typeOptions:{
loadOptionsMethod:'getContactProperties',
},
displayOptions:{
show:{
'/resolveData':[
true,
],
},
},
default:'',
description:`Used to include specific company properties in the results.<br/>
description:`The contact's zip code. This might be set via import, form, or integration.`
},
{
displayName:'Preffered Language',
name:'prefferedLanguage',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactPrefferedLanguages',
},
default:'',
description:`Set your contact's preferred language for communications. This property can be changed from an import, form, or integration.`
},
{
displayName:'Relationship Status',
name:'relationshipStatus',
type:'string',
default:'',
description:`A contact's relationship status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`
},
{
displayName:'Salutation',
name:'salutation',
type:'string',
default:'',
description:`The title used to address a contact`
},
{
displayName:'School',
name:'school',
type:'string',
default:'',
description:`A contact's school. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`
},
{
displayName:'Seniority',
name:'seniority',
type:'string',
default:'',
description:`A contact's seniority. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`
},
{
displayName:'Start Date',
name:'startDate',
type:'dateTime',
default:'',
description:`A contact's start date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`
},
{
displayName:'State/Region',
name:'stateRegion',
type:'string',
default:'',
description:`The contact's state of residence. This might be set via import, form, or integration.`
},
{
displayName:'Status',
name:'status',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactStatuses',
},
default:'',
description:`The status of the contact's content membership.`
},
{
displayName:'Street Address',
name:'streetAddress',
type:'string',
default:'',
description:`A contact's street address, including apartment or unit #`
},
{
displayName:'Twitter Username',
name:'twitterUsername',
type:'string',
default:'',
description:`The contact's Twitter handle. This is set by HubSpot using the contact's email address.`
},
{
displayName:'Website URL',
name:'websiteUrl',
type:'string',
default:'',
description:`The contact's company website`
},
{
displayName:'Work Email',
name:'workEmail',
type:'string',
default:'',
description:`A contact's work email. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool`
description:'If all results should be returned or only up to a given limit.',
},
{
displayName:'Limit',
name:'limit',
type:'number',
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'search',
],
returnAll:[
false,
],
},
},
typeOptions:{
minValue: 1,
maxValue: 250,
},
default:100,
description:'How many results to return.',
},
{
displayName:'Filter Groups',
name:'filterGroupsUi',
type:'fixedCollection',
default:'',
placeholder:'Add Filter Group',
typeOptions:{
multipleValues: true,
},
required: false,
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'search',
],
},
},
options:[
{
name:'filterGroupsValues',
displayName:'Filter Group',
values:[
{
displayName:'Filters',
name:'filtersUi',
type:'fixedCollection',
default:'',
placeholder:'Add Filter',
typeOptions:{
multipleValues: true,
},
required: false,
options:[
{
name:'filterValues',
displayName:'Filter',
values:[
{
displayName:'Property Name',
name:'propertyName',
type:'options',
typeOptions:{
loadOptionsMethod:'getContactProperties',
},
default:'',
},
{
displayName:'Operator',
name:'operator',
type:'options',
options:[
{
name:'Equal',
value:'EQ',
},
{
name:'Not Equal',
value:'NEQ',
},
{
name:'Less Than',
value:'LT',
},
{
name:'Less Than Or Equal',
value:'LTE',
},
{
name:'Greater Than',
value:'GT',
},
{
name:'Greater Than Or Equal',
value:'GTE',
},
{
name:'Is Known',
value:'HAS_PROPERTY',
},
{
name:'Is Unknown',
value:'NOT_HAS_PROPERTY',
},
{
name:'Contains Exactly',
value:'CONSTAIN_TOKEN',
},
{
name:`Doesn't Contain Exactly`,
value:'NOT_CONSTAIN_TOKEN',
},
],
default:'EQ',
},
{
displayName:'Value',
name:'value',
displayOptions:{
hide:{
operator:[
'HAS_PROPERTY',
'NOT_HAS_PROPERTY',
],
},
},
type:'string',
default:'',
},
],
}
],
description:'Use filters to limit the results to only CRM objects with matching property values. More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>',
},
],
}
],
description:`When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator.<br>