Connecting Apps
Set up connections to external services so your automations can interact with them.
Creating a Connection
From the Connections Page
- Go to Dashboard → Connections
- Click + New Connection
- Search for the app you want to connect
- Follow the authentication flow (OAuth popup, API key form, or basic auth)
- Name your connection (e.g., "Company Gmail" or "Production Stripe")
- Click Save
From Within a Flow
- While configuring an action step in the builder
- Click the Connection dropdown
- Click + New Connection
- Complete the auth flow
- The connection is automatically selected for the current step
Managing Connections
View All Connections
Go to Dashboard → Connections to see all your active connections with:
- App name and icon
- Connection name
- Status (Active, Expired, Error)
- Last used date
- Number of flows using this connection
Reconnecting
If a connection expires or encounters an error:
- Find the connection in your Connections list
- Click Reconnect
- Complete the auth flow again
- All flows using this connection will automatically use the refreshed credentials
Deleting a Connection
- Find the connection you want to remove
- Click the ... menu → Delete
- Confirm the deletion
caution
Deleting a connection will break all automations that use it. Make sure to update or deactivate affected flows first.
Connection Security
- All credentials are encrypted at rest using AES-256
- Connections are transmitted over TLS 1.3
- OAuth tokens are automatically refreshed before expiration
- Connections are scoped to your project — other projects cannot access them
- Admin users can view and manage all connections; Editors can create new ones; Viewers cannot modify connections
Shared Connections
On Team and Enterprise plans, connections can be shared across team members:
- Connections created by any team member are available to all members within the same project
- The connection creator's credentials are used (not the flow editor's)
- Admins can revoke any connection