Pipedream provides native integrations for + APIs. Once you connect an account, you can
- Link that account to any step of a workflow, using the associated credentials to make API requests to any service.
- Manage permissions, limiting access to sensitive accounts
Supported Apps
Pipedream supports + apps, and we’re adding more every day. If you don’t see an integration for a service you need, you can request the integration here, or use environment variables to manage custom credentials.Types of Integrations
OAuth
For services that support OAuth, Pipedream operates an OAuth application that mediates access to the service so you don’t have to maintain your own app, store refresh and access tokens, and more. When you connect an account, you’ll see a new window open where you authorize the Pipedream application to access data in your account. Pipedream stores the OAuth refresh token tied to your authorization grant, automatically generating access tokens you can use to authorized requests to the service’s API. You can access these tokens in code steps.Key-based
We also support services that use API keys or other long-lived tokens to authorize requests. For those services, you’ll have to create your keys in the service itself, then add them to your connected accounts in Pipedream. For example, if you add a new connected account for Sendgrid, you’ll be asked to add your Sendgrid API key.Connecting accounts
This section discusses connecting your own account within the Pipedream UI. If you’re looking to use the connected accounts for your customers, check out the Connect docs.From an action
Prebuilt actions that connect to a specific service require you connect your account for that service before you run your workflow. Click the Connect [APP] button to get started. Depending on the integration, this will either:- Open the OAuth flow for the target service, prompting you to authorize Pipedream to access your account, or
- Open a modal asking for your API credentials for key-based services
From the HTTP Request action
Craft a custom HTTP request in a workflow with a connected account without code. In a new step, select the Send any HTTP Request to start a new HTTP Request action.
Starting a new HTTP request action in a workflow

Opening the HTTP Request Authorization Type dropdown

Select an account
From a code step
You can connect accounts to code steps by using anapp
prop. Refer to the connecting apps in Node.js documentation.
For example, you can connect to Slack from Pipedream (via their OAuth integration), and use the access token Pipedream generates to authorize requests:
Managing Connected Accounts
Visit your Accounts Page to see a list of all your connected accounts. On this page you can:- Connect your account for any integrated app
- View and manage access for your connected accounts
- Delete a connected account
- Reconnect an account
- Change the nickname associated with an account
- For many OAuth apps, we’ll list the scopes for which you’ve granted Pipedream access
- The workflows that are using the account
Connecting a new account
- Visit https://pipedream.com/accounts
- Click the Connect an app button at the top-right.
- Select the app you’d like to connect.
Reconnecting an account
If you encounter errors in a step that appear to be related to credentials or authorization, you can reconnect your account:- Visit https://pipedream.com/accounts
- Search for your account
- Click on the … next to your account, on the right side of the page
- Select the option to Reconnect your account
Access Control
New connected accounts are private by default and can only be used by the person who added it. Connected accounts created prior to August 2023 were accessible to all workspace members by default. You can restrict access at any time.Managing access
- Find the account on the Accounts page and click the 3 dots on the far right of the row
- Select Manage Access

Selecting Manage Access
- You may be prompted to reconnect your account first to verify ownership of the account
- You can enable access to the entire workspace or individual members

Managing Access for a Connected Account
Collaborating with others
Even if a workspace member doesn’t have access to a private connected account, you can still collaborate together on the same workflows. Workspace members who don’t have access to a connected account can perform the following actions on workflows:- Reference step exports
- Inspect prop inputs, step logs, and errors
- Test any step, so they can effectively develop and debug workflows end to end

Read only action

Read only code step
- Ask the account owner to grant access
- Click More Actions and change the connected account to one that you have access to (note that this may remove some prop configurations)
Access
Access to connected accounts is enforced at the step-level within workflows and is designed with security and control in mind. When you connect an account in Pipedream, you are the owner of that connected account, and you always have full access. You can:- Manage access
- Delete
- Reconnect
- Add to any step or trigger
Operation | Workspace Owner & Admin | Other Members |
---|---|---|
View on Accounts | ✅ | ❌ |
Add to a new trigger or step | ❌ | ❌ |
Modify existing steps | ❌ | ❌ |
Test exising steps | ✅ | ✅ |
Manage access | ✅ | ❌ |
Reconnect | ✅ | ❌ |
Delete | ✅ | ❌ |
Operations | Workspace Owner & Admin | Other Members |
---|---|---|
View on Accounts | ✅ | ✅ |
Add to a new trigger or step | ✅ | ✅ |
Modify existing steps | ✅ | ✅ |
Test exising steps | ✅ | ✅ |
Manage access | ✅ | ❌ |
Reconnect | ✅ | ❌ |
Delete | ✅ | ❌ |
FAQ
Why isn’t my connected account showing up in the legacy workflow builder?
In order to use a connected account in the legacy (v1) workflow builder, the account must be shared with the entire workspace. Private accounts are accessible in the latest version of the workflow builder.What is the “Owner” column?
The owner column on the Accounts page indicates who in the workspace originally connected the account (that is the only person who has permissions to manage access).Why is there no “Owner” for certain connected accounts?
Accounts that were connected before August 2023 don’t have an owner associated with them, and are shared with the entire workspace. In order to manage access for any of those accounts, we’ll first prompt you to reconnect.How can I restrict access to a connected account shared with the workspace?
See above for info on managing access.Can I still work with other people on a single workflow, even if I don’t want them to have access to my connected account?
Yes, see the section on collaborating with others.Accessing credentials via API
You can access credentials for any connected account via API, letting you build services anywhere and use Pipedream to handle auth. See the guide for accessing credentials via API for more details.Passing external credentials at runtime
If you use a secrets store like HashiCorp Vault or something else, or if you store credentials in a database, you can retrieve these secrets at runtime and pass them to any step. See the full guide here.Connecting to apps with IP restrictions
These IP addresses are tied to app connections only, not workflows or other Pipedream services. To whitelist requests from Pipedream workflows, use VPCs. If you’re connecting to an app that enforces IP restrictions, you may need to whitelist the Pipedream API’s IP addresses:Account security
See our security docs for details on how Pipedream secures your connected accounts.Requesting a new app or service
- Visit https://pipedream.com/support
- Scroll to the bottom, where you’ll see a Support form.
- Select App / Integration questions and submit the request.