Mercury

Bank

Go to site
Explore
/
Apps
/
Mercury

Mercury API Integrations

Build and run workflows using the Mercury 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 Mercury API, you can build:

  • Applications to read and analyze articles
  • Content supplements such as summaries, image captions, and video transcripts
  • A customizeable newsfeed for your website or application
  • Your own news curation and content discovery tool
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: {
    mercury: {
      type: "app",
      app: "mercury",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://backend.mercury.co/api/v1/accounts`,
      headers: {
        Authorization: `Bearer ${this.mercury.$auth.api_key}`,
      },
    })
  },
})
Send Message (Advanced) with Discord Webhook API on New Transaction from Mercury API
Mercury + Discord Webhook
 
Try it
Add Multiple Rows with Google Sheets API on New Transaction from Mercury API
Mercury + Google Sheets
 
Try it
Get Film with SWAPI API on New Transaction from Mercury API
Mercury + SWAPI - Star Wars
 
Try it
Make a Phone Call with Twilio API on New Transaction from Mercury API
Mercury + Twilio
 
Try it
Delete Record with Airtable API on New Transaction from Mercury API
Mercury + Airtable
 
Try it
New Transaction from the Mercury API

Emits an event for each new transaction in an account.

 
Try it

Authentication

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

In order to get Mercury's API key, log into your Mercury account and go to the Settings page to generate a new one.