Short answer: You can create raindrop bookmark in Raindrop.io by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Raindrop.io Create Raindrop Bookmark action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
URL link | url | Required | URL. e.g. "https://example.com/article" |
Title title | string | Optional | Title. e.g. "Interesting Article" |
Collection ID collectionId | number | Optional | -1 for Unsorted |
Tags tags | string | Optional | Comma-separated |
{"link": "https://example.com/article","title": "Interesting Article","collectionId": "{{trigger.collectionId}}","tags": "tech, article, read-later"}
{"item": {"_id": 123456,"link": "https://example.com/article","tags": ["tech"],"title": "Interesting Article","created": "2026-04-11T10:00:00Z"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.