Skip to content

Dropcontact

Node: dropcontact · Full type: n8n-nodes-base.dropcontact · Version: 1

Credentials

dropcontactApi (alias: @dropcontact)

CREDENTIAL @dropcontact = dropcontactApi "My Dropcontact"

Operations

Parameter Details

additionalFields children:

Parameter Type Default Details
num_siren string ""
siret string ""
company string ""
country string ""
first_name string ""
full_name string ""
last_name string ""
linkedin string ""
phone string ""
website string ""

options children:

Parameter Type Default Details
waitTime number 45
siren boolean false
language options "en" en, fr

Example

NODE "dropcontact" @dropcontact AS "Dropcontact" {
  resource: "contact",
  operation: "enrich",
  requestId: {{ $json.requestId }}
}