Revue

An editorial newsletter tool for writers and publishers

Go to site

Revue API Integrations

Build and run workflows using the Revue API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Revue API you can build powerful newsletters that engage and excite your readers. Create custom newsletters that are tailored to your content and your audience. Publish rich, mobile-optimized newsletters in minutes by integrating the Revue API into your website.

With the Revue API you can easily create and deliver newsletters to your existing subscribers with just a few lines of code. Here are some examples of what you can build with the Revue API:

  • Automatically generate newsletters with personalized content
  • Send personalized newsletters to subscribers
  • Store subscriber data and track newsletter metrics
  • Automate newsletters with scheduling, tailoring, and customization
  • Create stunning email templates
  • View detailed reports and analytics
  • Add new subscribers and keep track of existing lists
  • Insert images, videos and other content into your newsletters
  • Access powerful APIs and webhooks to enhance your workflow
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: {
    revue: {
      type: "app",
      app: "revue",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.getrevue.co/api/v2/accounts/me`,
      headers: {
        "Authorization": `Token ${this.revue.$auth.api_key}`,
      },
    })
  },
})

Authentication

Revue uses API keys for authentication. When you connect your Revue account, Pipedream securely stores the keys so you can easily authenticate to Revue APIs in both code and no-code steps.

You can find your API token at the bottom of: getrevue.co/app/integrations. See docs.