Integrate Github + 1000s of apps, remarkably fast. Connect apps and develop, execute and maintain event-driven workflows.
Key Features:
- Workflows - A sequence of linear steps - just Node.js code - triggered by a Github event
- Github Triggers - Open source components that emit events from Github
- Serverless - No server or cloud resources to manage
- Free - No fees for individual developers (see limits)
- Custom Events - Build your own event source using one or multiple events (code)
- New Branch - Triggered when a new branch is created. (code)
- New Commit - Triggered when a new commit comment is created. (code)
- New Commit Comment - Triggered when a new comment on a commit is created. (code)
- New Issue - Triggered when a new issue is created. (code)
- New Label - Triggered when a new label is created. (code)
- New Mention - Triggers when your username is mentioned in a Commit, Comment, Issue or Pull Request. (code)
- New Milestone - Triggered when a new milestone is created. (code)
- New Project Card - Triggered when a new project card is created. (code)
- New Pull Request - Triggered when a new pull request is created. (code)
- New Push - Triggered when a new push is created. (code)
- New Repository - Triggered when a new repository is created. (code)
- New Review Request - Triggered when a new review request is created. (code)
- New Security Alert - Triggered when a new security alert is created. (code)
- New Stars - Triggered when a new star is created. (code)
Event sources can also be deployed via the Pipedream CLI. Once installed, you can deploy an event source by running:
pd deploy # prompts you to select a component and pass required options
Workflows are a sequence of linear steps - just Node.js code - triggered by an event (via event source, HTTP endpoint, or timer). Workflows make it easy to transform data and integrate with 300+ APIs from various apps and services.
- Trigger your workflow on any Github event, a different event (e.g. HTTP requests or a schedule).
- Add steps to run Node.js code (using virtually any npm package) and pre-built actions.
- Steps are executed in the order they appear in your workflow.
- Data is shared between steps via step exports.
Workflow code is public by default so the community can discover and copy them. Your workflow execution and event data is private.
You can copy this example workflow to get started, or review some community-developed workflows to see what others are building.
- Airtable (deploy)
- AWS (deploy)
- Dropbox (deploy)
- Google Calendar (deploy)
- Google Drive (deploy)
- RSS (deploy)
- Twitter (deploy)
Pipedream is currently free, subject to the limits noted below. Paid tiers for higher volumes are coming soon.
If you exceed any of these limits, please reach out.
Before adding an issue, please search the existing issues or reach out to our team to see if a similar request already exists.
If an issue exists, please add a reaction or comment on your specific use case.