Node

Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.

Go to site

Node API Integrations

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

1
2
3
4
5
6
7
// To use previous step data, pass the `steps` object to the run() function
export default defineComponent({
  async run({ steps, $ }) {
    // Return data to use it in future steps
    return steps.trigger.event
  },
})
Run Node Code with Node API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Node
 
Try it
Run Node Code with Node API on New Item in Feed from RSS API
RSS + Node
 
Try it
Run Node Code with Node API on New Message from Discord API
Discord + Node
 
Try it
Run Node Code with Node API on New Message In Channels from Slack API
Slack + Node
 
Try it
Run Node Code with Node API on New Message in Channel from Discord Bot API
Discord Bot + Node
 
Try it
Run Node Code with the Node API

Write custom Node.js code and use any of the 400k+ npm packages available. Refer to the Pipedream Node docs to learn more.

 
Try it

Authentication

The Node API does not require authentication.

Community Posts

Automate checking a ticket system's availability with Node.js and Pipedream
Automate checking a ticket system's availability with Node.js and Pipedream
How I used Node.js and Pipedream to automatically scrape a ticket booking site and notify me if availability had changed.