Vero
Node: vero · Full type: n8n-nodes-base.vero · Version: 1
Credentials
veroApi (alias: @vero)
CREDENTIAL @vero = veroApi "My Vero"
Operations
Resource: user
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
tags |
string |
"" |
required |
alias
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
newId |
string |
"" |
required |
create
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
jsonParameters |
boolean |
false |
|
additionalFields |
collection |
{} |
keys: email |
dataAttributesUi |
fixedCollection |
{} |
groups: dataAttributesValues |
dataAttributesJson |
json |
"" |
|
delete
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
resubscribe
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
tags |
string |
"" |
required |
unsubscribe
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
Resource: event
track
| Parameter |
Type |
Default |
Details |
id |
string |
"" |
required |
email |
string |
"" |
required |
eventName |
string |
"" |
required |
jsonParameters |
boolean |
false |
|
dataAttributesUi |
fixedCollection |
{} |
groups: dataAttributesValues |
extraAttributesUi |
fixedCollection |
{} |
groups: extraAttributesValues |
dataAttributesJson |
json |
"" |
|
extraAttributesJson |
json |
"" |
|
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
email |
string |
"" |
|
dataAttributesUi children:
dataAttributesValues group:
| Parameter |
Type |
Default |
Details |
key |
string |
"" |
|
value |
string |
"" |
|
extraAttributesUi children:
extraAttributesValues group:
| Parameter |
Type |
Default |
Details |
key |
string |
"" |
|
value |
string |
"" |
|
Example
NODE "vero" @vero AS "Vero" {
resource: "user",
operation: "create",
id: {{ $json.id }},
newId: {{ $json.newId }},
tags: {{ $json.tags }}
}