Raindrop

Raindrop.io is the best place to keep all your favorite books, songs, articles or whatever else you come across while browsing.

Integrate the Raindrop API with the Schedule API

Setup the Raindrop API trigger to run a workflow which integrates with the Schedule API. Pipedream's integration platform allows you to integrate Raindrop and Schedule remarkably fast. Free for developers.

Create New Collection with Raindrop API on Custom Interval from Schedule API
Schedule + Raindrop
 
Try it
Create New Collection with Raindrop API on Daily schedule from Schedule API
Schedule + Raindrop
 
Try it
Create New Collection with Raindrop API on Monthly Schedule from Schedule API
Schedule + Raindrop
 
Try it
Create New Collection with Raindrop API on Weekly schedule from Schedule API
Schedule + Raindrop
 
Try it
Delete Bookmark with Raindrop API on Custom Interval from Schedule API
Schedule + Raindrop
 
Try it
Custom Interval from the Schedule API

Trigger your workflow every N hours, minutes or seconds.

 
Try it
Daily schedule from the Schedule API

Trigger your workflow every day.

 
Try it
Monthly Schedule from the Schedule API

Trigger your workflow on one or more days each month at a specific time (with timezone support).

 
Try it
Weekly schedule from the Schedule API

Trigger your workflow on one or more days each week at a specific time (with timezone support).

 
Try it
New Bookmark from the Raindrop API

Emit new event when a bookmark is added

 
Try it
Create New Collection with the Raindrop API

Creates an additional collection. See the docs here

 
Try it
Delete Bookmark with the Raindrop API

Delete a bookmark. See the docs here

 
Try it
Delete Collection with the Raindrop API

Delete a collection. See the docs here

 
Try it
Get Bookmark with the Raindrop API

Retrieve bookmark detailed information by given ID. See the docs here

 
Try it
Get Collection with the Raindrop API

Get collection. See the docs here

 
Try it

Overview of Raindrop

The Raindrop API provides users with powerful tools to create sophisticated web
and mobile applications. With Raindrop, users have the ability to build and
deploy a wide range of applications, feature-rich applications that can meet
the needs and requirements of any business.

Here are just some of the many things you can build with the Raindrop API:

  • Create and manage dynamic user databases.
  • Create marketing campaigns and loyalty programs.
  • Create web and mobile applications.
  • Create integrated payment systems.
  • Create targeted data-driven newsletters.
  • Monitor user activity with analytics.
  • Build and deliver customized experiences.
  • Build and integrate with third-party APIs.
  • Create and manage multi-tier role-based user hierarchies.
  • Create virtual currencies.
  • Set up custom forms for collecting user data.

Connect Raindrop

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    raindrop: {
      type: "app",
      app: "raindrop",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.raindrop.io/rest/v1/user`,
      headers: {
        Authorization: `Bearer ${this.raindrop.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of Schedule

With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include:

  • Automated data retrieval from a third-party service, like pulling stats from
    your Salesforce account on a set schedule.
  • Uploading new data sets to a database with a predetermined interval.
  • Automatic emails to customers or leads at a certain time of the day.
  • Automating data analysis based on a set schedule.
  • Automatically optimizing social media postings according to a specified
    timeline.
  • Updating webpages at a certain interval with newly available content.
  • Re-running reports on a periodic basis.
  • Refreshing a cache of data at a given frequency.