Automate posting a Slack notification whenever a new GitHub issue is opened using pre-built Pipedream actions
Build a scheduled workflow that pulls data from an API every hour and writes results to a Google Sheet
Create a webhook endpoint that receives data, transforms it with custom Python code, and sends results to Airtable
Contribute a new integration component to add an unsupported service to the Pipedream ecosystem
Requires a free Pipedream account, some integrations need API keys for the connected services.
Pipedream is a hosted platform that lets developers connect different apps and services together without building all the plumbing from scratch. The core idea is that you build workflows, which are sequences of steps that run automatically when something happens. An event might be an incoming HTTP request, a timer firing on a schedule, a new row added to a Google Sheet, or any change detected in one of the platform's 1,000-plus supported services. A workflow is made up of two kinds of pieces. Event sources watch for new data from services like GitHub, Slack, Airtable, or an RSS feed. When a source detects something new, it fires and triggers the workflow. Actions are pre-built code steps that do common things like sending a Slack message, writing a row to a spreadsheet, or calling an API. With over a thousand integrated apps, you can often wire up an entire automation using only pre-built components. When pre-built pieces do not cover what you need, you can write your own code. Pipedream lets you run Node.js, Python, Go, or Bash inside any workflow step. You can import packages from each language's public package registry, so you are not limited to what Pipedream ships by default. The README describes the approach as low-code in a practical sense: use pre-built components for common tasks, write custom code when the situation requires it. The platform is free for individual developers, subject to usage limits described in the documentation. For teams with compliance requirements, Pipedream holds a SOC 2 Type 2 certification and can provide the report on request. Support is available through a community forum and a Slack workspace. This repository holds the source code for all pre-built integration components, the product documentation, and the public issue tracker that serves as the product roadmap. Contribution guidelines are included for developers who want to add new actions or event sources.
← pipedreamhq on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.