User Settings
You can find important account details, text editor configuration, and more in your User Settings.
Changing your email
Pipedream sends system emails to the email address tied to your Pipedream login. You can change the email address to which these emails are delivered by modifying the Email in your Account Settings. Once changed, an email will be delivered to the new address requesting you verify it.
Pipedream marketing emails may still be sent to the original email address you used when signing up for Pipedream. To change the email address tied to marketing emails, please reach out to our team.
Two-Factor Authentication
Two-factor authentication (2FA) adds an additional layer of security for your Pipedream account and is recommended for all users.
Configuring 2FA
- Open your Account Settings
- Click Configure under Two-Factor Authentication
- Scan the QR code in an authenticator app like 1Password or Google Authenticator (available on iOS and Android)
- If you’re unable to scan the QR code, you can view the setup key to configure 2FA manually in your authenticator app
- Enter the one-time-password (OTP) from your authenticator app
- Save your recovery codes in a secure location. You’ll need these to access your Pipedream account in the case you lose access to your authenticator app.
Save your recovery codes
If you lose access to your authenticator app and your recovery codes, you will permanently lose access to your Pipedream account. Pipedream Support cannot recover these accounts.
Signing in with 2FA
- You’ll be prompted to enter your OTP the next time you sign in to Pipedream
- When prompted, you can enter the OTP from your authenticator app or a recovery code
Using recovery codes
Each recovery code is a one-time-use code, so make sure to generate new recovery codes in your Account Settings when you need to. All previously generated recovery codes expire when you generate new ones.
2FA is not currently supported with Single Sign On Pipedream recommends enabling 2FA with your identity provider.
Requiring 2-Factor Authentication
Workspaces on the Business plan can require all workspace members to configure 2FA in order to log in to Pipedream.
If you are a member of any workspace where 2FA is required, you cannot disable 2FA, but you can still reconfigure it in your account settings if necessary.
Admins and Owners control 2FA settings
Only workspace owner and admin members can enable or disable 2FA for an entire workspace.
Pipedream API Key
Pipedream provides a REST API for interacting with Pipedream programmatically. You’ll find your API key here, which you use to authorize requests to the API.
You can revoke and regenerate your API key from here at any time.
Delete Account
You can delete your Pipedream account at any time by visiting your Account Settings and pressing the Delete your Account button. Account deletion is immediately and irreversible.
Application
You can change how the Pipedream app displays data, and basic text editor config, in your Application Settings.
For example, you can:
- Change the clock format to 12-hour or 24-hour mode
- Enable Vim keyboard shortcuts in the Pipedream text editor, or enable word wrap
- Set the number of spaces that will be added in the editor when pressing
Tab
Environment Variables
Environment variables allow you to securely store secrets or other config values that you can access in Pipedream workflows via process.env
. Read more about environment variables here.