n8n
Workflow
Create A Collection And Create Update And Get A Bookmark In Raindrop
This n8n workflow creates tasks and integrates with various services. Create A Collection And Create Update And Get A Bookmark In Raindrop - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow creates tasks and integrates with various services. Create A Collection And Create Update And Get A Bookmark In Raindrop - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "Raindrop",
"type": "n8n-nodes-base.raindrop",
"position": [
470,
320
],
"parameters": {
"title": "n8n-docs",
"operation": "create",
"additionalFields": []
},
"credentials": {
"raindropOAuth2Api": "Raindrop OAuth Credentials"
},
"typeVersion": 1,
"id": "e3a9e90e-5d45-40ca-81e5-19bfee445b2e"
},
{
"name": "Raindrop1",
"type": "n8n-nodes-base.raindrop",
"position": [
670,
320
],
"parameters": {
"link": "https://docs.n8n.io",
"resource": "bookmark",
"operation": "create",
"collectionId": "={{$json[\"_id\"]}}",
"additionalFields": {
"title": "Documentation"
}
},
"credentials": {
"raindropOAuth2Api": "Raindrop OAuth Credentials"
},
"typeVersion": 1,
"id": "2c87099e-ba59-4256-9fdb-5f6d23429334"
},
{
"name": "Raindrop2",
"type": "n8n-nodes-base.raindrop",
"position": [
870,
320
],
"parameters": {
"resource": "bookmark",
"operation": "update",
"bookmarkId": "={{$json[\"_id\"]}}",
"updateFields": {
"title": "n8n Documentation"
}
},
"credentials": {
"raindropOAuth2Api": "Raindrop OAuth Credentials"
},
"typeVersion": 1,
"id": "f7ccd67c-7af6-4969-afc4-23b935798ddc"
},
{
"name": "Raindrop3",
"type": "n8n-nodes-base.raindrop",
"position": [
1070,
320
],
"parameters": {
"resource": "bookmark",
"bookmarkId": "={{$json[\"_id\"]}}"
},
"credentials": {
"raindropOAuth2Api": "Raindrop OAuth Credentials"
},
"typeVersion": 1,
"id": "15741d4d-8445-46d9-9543-e49b2479993b"
}
],
"connections": {
"Raindrop": {
"main": [
[
{
"node": "Raindrop1",
"type": "main",
"index": 0
}
]
]
},
"Raindrop1": {
"main": [
[
{
"node": "Raindrop2",
"type": "main",
"index": 0
}
]
]
},
"Raindrop2": {
"main": [
[
{
"node": "Raindrop3",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow