Lone Scale
Node: loneScale · Full type: n8n-nodes-base.loneScale · Version: 1
Credentials
loneScaleApi (alias: @lone)
CREDENTIAL @lone = loneScaleApi "My Lone Scale"
Operations
Resource: list
create
| Parameter |
Type |
Default |
Details |
name |
string |
"" |
required |
type |
options |
"COMPANY" |
required; COMPANY, PEOPLE |
Resource: item
add
| Parameter |
Type |
Default |
Details |
first_name |
string |
"" |
required |
last_name |
string |
"" |
required |
company_name |
string |
"" |
|
peopleAdditionalFields |
collection |
{} |
keys: full_name, email, company_name, current_position, domain, linkedin_url, ... |
companyAdditionalFields |
collection |
{} |
keys: linkedin_url, domain, location, contact_id |
Common Parameters
| Parameter |
Type |
Default |
Details |
type |
options |
"PEOPLE" |
required; COMPANY, PEOPLE |
list |
options |
"" |
required |
Parameter Details
peopleAdditionalFields children:
| Parameter |
Type |
Default |
Details |
full_name |
string |
"" |
|
email |
string |
"" |
|
company_name |
string |
"" |
|
current_position |
string |
"" |
|
domain |
string |
"" |
|
linkedin_url |
string |
"" |
|
location |
string |
"" |
|
contact_id |
string |
"" |
|
companyAdditionalFields children:
| Parameter |
Type |
Default |
Details |
linkedin_url |
string |
"" |
|
domain |
string |
"" |
|
location |
string |
"" |
|
contact_id |
string |
"" |
|
Example
NODE "loneScale" @lone AS "Lone Scale" {
resource: "list",
operation: "create",
first_name: {{ $json.first_name }},
last_name: {{ $json.last_name }},
name: {{ $json.name }}
}