Raindrop

Raindrop.io integration on indie.money — manage bookmarks, collections, and tags

Written By pvdyck

Last updated About 1 hour ago

Raindrop

Supported — Manage Raindrop.io bookmarks, collections, tags, and user data.

NodesRaindrop
AuthOAuth2 via Secure Vault

Credential Setup

When configuring the Raindrop OAuth2 API credential in Secure Vault, provide:

  • Client ID — the application client ID from your Raindrop developer app
  • Client Secret — the application client secret from your Raindrop developer app

The authorization and token exchange flow is handled automatically; the remaining OAuth2 fields (authorization URL, access token URL, scope) are preconfigured.

Operations

Bookmark

  • Create — add a new bookmark to a collection
  • Delete — remove a bookmark
  • Get — retrieve a single bookmark
  • Get Many — list bookmarks in a collection
  • Update — modify a bookmark's fields

Collection

  • Create — create a new collection
  • Delete — remove a collection
  • Get — retrieve a single collection
  • Get Many — list parent or child collections
  • Update — modify a collection's fields

Tag

  • Delete — remove tags
  • Get Many — list tags, optionally filtered by collection

User

  • Get — retrieve the authenticated user or another user by ID

Compatibility

All operations supported.