Helium (Console)

Helium Console

Go to site
Explore
/
Apps
/
Helium (Console)

Helium (Console) API Integrations

Build and run workflows using the Helium (Console) 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 Helium Console API, you can build a variety of applications and integrations. Here are some examples:

  • A bot that monitors your Twitter mentions and automatically responds to them
  • A bot that automatically posts new articles from your blog to your Twitter timeline
  • An integration that automatically posts new GitHub issues to a Slack channel
  • A bot that automatically tweets out a daily summary of your blog traffic
  • An integration that automatically posts new comments from your blog to a Discord channel
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: {
    helium: {
      type: "app",
      app: "helium",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://console.helium.com/api/v1/devices`,
      headers: {
        "key": `${this.helium.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Helium (Console) API

1
-
12
of
1000+
apps by most popular

Authentication

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

To create an account key, go to your profile on Helium Console. From the top right corner, click: Account -> Profile.