Salesmate
Node: salesmate · Full type: n8n-nodes-base.salesmate · Version: 1
Credentials
salesmateApi (alias: @salesmate)
CREDENTIAL @salesmate = salesmateApi "My Salesmate"
Operations
Resource: activity
create
| Parameter |
Type |
Default |
Details |
title |
string |
"" |
required |
owner |
options |
"" |
required |
type |
string |
"" |
required |
rawData |
boolean |
false |
|
additionalFields |
collection |
{} |
keys: description, tags, dueDate, duration, isCalendarInvite, isCompleted |
delete
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
rawData |
boolean |
false |
|
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
10 |
|
jsonParameters |
boolean |
false |
|
options |
collection |
{} |
keys: fields, sortBy, sortOrder |
filtersJson |
json |
"" |
|
filters |
fixedCollection |
{} |
groups: filtersUi |
update
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
rawData |
boolean |
false |
|
updateFields |
collection |
{} |
keys: title, type, owner, description, tags, dueDate, ... |
Resource: company
create
| Parameter |
Type |
Default |
Details |
name |
string |
"" |
required |
owner |
options |
"" |
required |
rawData |
boolean |
false |
|
additionalFields |
collection |
{} |
keys: website, phone, otherPhone, facebookHandle, googlePlusHandle, linkedInHandle, ... |
delete
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
rawData |
boolean |
false |
|
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
10 |
|
jsonParameters |
boolean |
false |
|
options |
collection |
{} |
keys: fields, sortBy, sortOrder |
filtersJson |
json |
"" |
|
filters |
fixedCollection |
{} |
groups: filtersUi |
update
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
rawData |
boolean |
false |
|
updateFields |
collection |
{} |
keys: name, owner, website, phone, otherPhone, facebookHandle, ... |
Resource: deal
create
| Parameter |
Type |
Default |
Details |
title |
string |
"" |
required |
owner |
options |
"" |
required |
primaryContact |
options |
"" |
required |
pipeline |
options |
"" |
required; Sales |
status |
options |
"Open" |
required; Open, Close, Lost |
stage |
options |
"" |
required; New (Untouched), Contacted, Qualified, In Negotiation, Proposal Presented |
currency |
string |
"" |
required |
rawData |
boolean |
false |
|
additionalFields |
collection |
{} |
keys: description, tags, primaryCompany, source, estimatedCloseDate, dealValue, ... |
delete
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
rawData |
boolean |
false |
|
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
10 |
|
jsonParameters |
boolean |
false |
|
options |
collection |
{} |
keys: fields, sortBy, sortOrder |
filtersJson |
json |
"" |
|
filters |
fixedCollection |
{} |
groups: filtersUi |
update
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
rawData |
boolean |
false |
|
updateFields |
collection |
{} |
keys: title, owner, primaryContact, pipeline, status, stage, ... |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
website |
string |
"" |
|
phone |
string |
"" |
|
otherPhone |
string |
"" |
|
facebookHandle |
string |
"" |
|
googlePlusHandle |
string |
"" |
|
linkedInHandle |
string |
"" |
|
skypeId |
string |
"" |
|
twitterHandle |
string |
"" |
|
currency |
string |
"" |
|
billingAddressLine1 |
string |
"" |
|
billingAddressLine2 |
string |
"" |
|
billingCity |
string |
"" |
|
billingZipCode |
string |
"" |
|
billingState |
string |
"" |
|
billingState |
string |
"" |
|
description |
string |
"" |
|
tags |
string |
"" |
|
updateFields children:
| Parameter |
Type |
Default |
Details |
name |
string |
"" |
|
owner |
options |
"" |
|
website |
string |
"" |
|
phone |
string |
"" |
|
otherPhone |
string |
"" |
|
facebookHandle |
string |
"" |
|
googlePlusHandle |
string |
"" |
|
linkedInHandle |
string |
"" |
|
skypeId |
string |
"" |
|
twitterHandle |
string |
"" |
|
currency |
string |
"" |
|
billingAddressLine1 |
string |
"" |
|
billingAddressLine2 |
string |
"" |
|
billingCity |
string |
"" |
|
billingZipCode |
string |
"" |
|
billingState |
string |
"" |
|
billingState |
string |
"" |
|
description |
string |
"" |
|
tags |
string |
"" |
|
options children:
| Parameter |
Type |
Default |
Details |
fields |
string |
"" |
|
sortBy |
string |
"" |
|
sortOrder |
options |
"desc" |
asc, desc |
filters children:
filtersUi group:
| Parameter |
Type |
Default |
Details |
operator |
options |
"AND" |
AND, OR |
conditions |
fixedCollection |
{} |
groups: conditionsUi |
Example
NODE "salesmate" @salesmate AS "Salesmate" {
resource: "activity",
operation: "get",
name: {{ $json.name }},
id: {{ $json.id }},
title: {{ $json.title }}
}