Skip to main content
External events let Membrane receive changes from an external application and deliver them to your workspace. An Event Source owns both the connection-specific event definition and its runtime registration: its JavaScript lifecycle can subscribe, handle, unsubscribe, and optionally refresh the external registration. Event Listeners route emitted events to routines or webhooks.

Implementation Type

Event Sources currently support webhook-based registrations. A source owns the subscribe, handle, unsubscribe, and optional refresh function slots.

API Operations

See the API reference for the Event Source and Event Listener endpoint surfaces.