External Event Types
Define an External Event Type in your workspace when an external system should notify Membrane. The event type owns the webhook lifecycle:subscriberegisters the webhook or subscription with the external system.handleprocesses inbound webhook payloads and emits normalized events.unsubscribetears down the external registration.refreshkeeps registrations alive when the external system requires renewal.
Logging
Membrane provides detailed logging for the event pipeline:- External Webhooks — raw incoming webhook payloads from external apps
- External Events — processed events with their payload and status
- Flow Runs — execution logs for workflows triggered by events