description:'Find B2B emails and enrich your contact from his name and his website',
},
{
name:'Fetch Request',
value:'fetchRequest',
},
],
default:'enrich',
required: true,
},
{
displayName:'Request ID',
name:'requestId',
type:'string',
required: true,
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'fetchRequest',
],
},
},
default:'',
},
{
displayName:'Email',
name:'email',
type:'string',
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'enrich',
],
},
},
default:'',
},
{
displayName:'Simplify Output (Faster)',
name:'simplify',
type:'boolean',
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'enrich',
],
},
},
default:false,
description:'When off, waits for the contact data before completing. Waiting time can be adjusted with Extend Wait Time option. When on, returns a request_id that can be used later in the Fetch Request operation.',
},
{
displayName:'Additional Fields',
name:'additionalFields',
type:'collection',
placeholder:'Add Field',
default:{},
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'enrich',
],
},
},
options:[
{
displayName:'Company SIREN Number',
name:'num_siren',
type:'string',
default:'',
},
{
displayName:'Company SIRET Code',
name:'siret',
type:'string',
default:'',
},
{
displayName:'Company Name',
name:'company',
type:'string',
default:'',
},
{
displayName:'Country',
name:'country',
type:'string',
default:'',
},
{
displayName:'First Name',
name:'first_name',
type:'string',
default:'',
},
{
displayName:'Full Name',
name:'full_name',
type:'string',
default:'',
},
{
displayName:'Last Name',
name:'last_name',
type:'string',
default:'',
},
{
displayName:'LinkedIn Profile',
name:'linkedin',
type:'string',
default:'',
},
{
displayName:'Phone Number',
name:'phone',
type:'string',
default:'',
},
{
displayName:'Website',
name:'website',
type:'string',
default:'',
},
],
},
{
displayName:'Options',
name:'options',
type:'collection',
displayOptions:{
show:{
resource:[
'contact',
],
operation:[
'enrich',
],
},
},
placeholder:'Add Option',
default:{},
options:[
{
displayName:'Data Fetch Wait Time',
name:'waitTime',
type:'number',
typeOptions:{
minValue: 1,
},
displayOptions:{
show:{
'/simplify':[
false,
],
},
},
default:45,
description:'When not simplifying the response, data will be fetched in two steps. This parameter controls how long to wait (in seconds) before trying the second step',
description:`Whether you want the <a href="https://en.wikipedia.org/wiki/SIREN_code" target="_blank">SIREN number</a>, NAF code, TVA number, company address and informations about the company leader. Only applies to french companies`,