Skip to main content
Membrane Docs home page
Search...
⌘K
Ask AI
Changelog
Website
Website
Search...
Navigation
Integrations UI
Integrations UI
Guides
Reference
Overview
Authentication
Element Selectors
API Errors
Workspace Elements
Connections
Connectors
Integrations
Integrations UI
Custom Integrations Catalog UI
Custom Integration UI
GET
List all integrations
GET
Get integration by selector
POST
Create a new integration
PATCH
Update integration partially
PUT
Update integration completely
POST
Setup integration configuration
PUT
Set integration parameters
GET
Get integration parameters
POST
Upload connector to integration
GET
List integration global webhooks
POST
Restore (unarchive) integration
POST
Refresh integration
GET
Export integration by ID
DEL
Archive an integration
Apps
Actions
Data Collections
Data Sources
Data Links
Field Mappings
App Data Schemas
External Events
Internal Events
Flows
Tenants
Packages
Files
Search
Agent Sessions
Action Run Logs
App Event Logs
External API Logs
External Event Logs
External Event Pulls
Flow Runs
Incoming Webhooks
Management API
Workspace Provisioning
Workspace Migration
On this page
Building Integration UI
Integration Catalog UI
Single Integration UI
Integrations UI
Integrations UI
We recommend always building your own UI for displaying integrations (it is really simple!). That said, membrane also offers a few pre-built UI components for displaying your integrations.
Building Integration UI
Custom Integrations Catalog UI
Custom Integration UI
Integration Catalog UI
This component displays a full list of integrations in your workspace.
await
membrane
.
open
()
Single Integration UI
To let your user connect or configure a single integration, do the following:
await
membrane
.
integration
(
'integration-key'
).
open
()
Was this page helpful?
Yes
No
Integrations
Custom Integrations Catalog UI
⌘I
Assistant
Responses are generated using AI and may contain mistakes.