Jump to Content
Membrane Docs
DocsAPI ReferenceChangelog
v1.0

Log InMembrane Docs
Docs
Log In
v1.0DocsAPI ReferenceChangelog
All
Pages
Start typing to search…

Overview

  • Overview

Getting Started

  • Getting Started
  • Authentication
  • Front End
    • JavaScript SDK
    • React
      • Hooks
      • UI Components
      • Data Input
      • Combobox
      • Portal Boundary
    • Vue.js
    • CSP Rules
  • Backend
    • Using Rest API
  • Self Hosting
    • Google Cloud Platform
    • AWS
    • System Webhooks
    • Helm

Membrane

  • Membrane Overview
  • External Apps
    • Connectors
    • Connections
  • Interfaces
    • Flows
    • Scenarios
    • Actions
    • Data Sources
    • Field Mappings
    • Data Links
    • Connecting Your App API
    • Internal Events
    • Internal Data Schemas
    • API Operations
    • Data Collections
      • Data Records
      • Custom Fields
    • API Proxy
    • Files
    • Running Custom Code
  • Customers
    • Customers
    • Action Instances
    • Flow Instances
    • Data Source Instances
    • Field Mapping Instances
    • Data Link Table Instances
    • App Event Subscriptions
    • External Event Subscriptions
  • Monitoring & Troubleshooting
    • Logs
      • API Requests
      • External Event Pulls
      • External Events
      • External Webhooks
      • Flow Runs
      • Internal Events
    • Webhook Notifications
  • Security and Privacy
  • References
    • Execution Context
    • Formulas
    • Data Schemas
    • Limits
    • Universal Data Models

Pathfinder

  • Pathfinder Overview

Integration UI

  • Overview
  • Integrations Catalog
    • Custom List of Integrations
  • Connection UI
    • Custom Connection UI
    • Connection UI Without the Front-End SDK
  • Integration UI
    • Custom Integration UI
  • Flows
    • Custom Flow UI
    • Configure Flow Instance Parameters
    • Enable and Disable Flow Instances
  • Data Sources
    • Custom Data Source UI
  • Field Mappings
    • Custom Field Mapping UI
    • Field Mapping UI Using Components

Connector Builder

  • Connector Builder
  • Authentication
    • Methods
      • Get Credentials from Connection Parameters
      • Make API Client
      • Refresh Credentials
      • Test
    • Types
      • Client Credentials
      • Integration App Token
      • OAuth1
      • OAuth2
      • Auth Proxy
  • API Specification
  • Events
    • Global Webhook
    • Webhook
  • Data Collections
    • Events
    • Operations
      • List
  • Operations
  • Global Webhooks
  • Methods
    • JavaScript
      • API Client
    • Mapping
    • REST API Mapping

Use Case Guides

  • Use Cases Overview
  • Data Import
    • Continuous Data Import
    • Import User-selected Data Collections
  • Pushing Data to External Apps
  • Bi-directional Data Sync
  • AI
    • Import Documents
    • Using Tools from External Apps
    • AI Agent
    • MCP

Front End

Connecting your front-end to Integration App

To start working with integrations from your app's front-end, use one of the following methods:

JavaScript SDK

Use integration.app in your app's front-end.

React SDK

Add our React package to start building your integration UI.

Then, check out Integration UI.

Updated 13 days ago


Authentication
JavaScript SDK