Raindrop
Node: raindrop · Full type: n8n-nodes-base.raindrop · Version: 1
Credentials
raindropOAuth2Api (alias: @raindrop)
CREDENTIAL @raindrop = raindropOAuth2Api "My Raindrop"
Operations
Resource: bookmark
create
| Parameter |
Type |
Default |
Details |
collectionId |
options |
"" |
|
link |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: important, order, pleaseParse, tags, title |
delete
| Parameter |
Type |
Default |
Details |
bookmarkId |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
bookmarkId |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
collectionId |
options |
[] |
required |
returnAll |
boolean |
false |
|
limit |
number |
5 |
|
update
| Parameter |
Type |
Default |
Details |
bookmarkId |
string |
"" |
required |
updateFields |
collection |
{} |
keys: collectionId, important, order, pleaseParse, tags, title |
Resource: collection
create
| Parameter |
Type |
Default |
Details |
title |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: cover, public, parentId, sort, view |
delete
| Parameter |
Type |
Default |
Details |
collectionId |
string |
"" |
required |
get
| Parameter |
Type |
Default |
Details |
collectionId |
string |
"" |
required |
getAll
| Parameter |
Type |
Default |
Details |
type |
options |
"parent" |
required; parent, children |
returnAll |
boolean |
false |
|
limit |
number |
5 |
|
update
| Parameter |
Type |
Default |
Details |
collectionId |
string |
"" |
required |
updateFields |
collection |
{} |
keys: cover, public, parentId, sort, title, view |
Resource: tag
delete
| Parameter |
Type |
Default |
Details |
tags |
string |
"" |
required |
additionalFields |
collection |
{} |
keys: collectionId |
getAll
| Parameter |
Type |
Default |
Details |
returnAll |
boolean |
false |
|
limit |
number |
5 |
|
filters |
collection |
{} |
keys: collectionId |
Resource: user
get
| Parameter |
Type |
Default |
Details |
self |
boolean |
true |
required |
userId |
string |
"" |
required |
Parameter Details
additionalFields children:
| Parameter |
Type |
Default |
Details |
important |
boolean |
false |
|
order |
number |
0 |
|
pleaseParse |
boolean |
false |
|
tags |
string |
"" |
|
title |
string |
"" |
|
updateFields children:
| Parameter |
Type |
Default |
Details |
collectionId |
options |
"" |
|
important |
boolean |
false |
|
order |
number |
0 |
|
pleaseParse |
boolean |
false |
|
tags |
string |
"" |
|
title |
string |
"" |
|
filters children:
| Parameter |
Type |
Default |
Details |
collectionId |
options |
"" |
|
Example
NODE "raindrop" @raindrop AS "Raindrop" {
resource: "bookmark",
operation: "get",
link: {{ $json.link }},
bookmarkId: {{ $json.bookmarkId }},
title: {{ $json.title }}
}