An external system cannot be told when something changes in the console #77

Open
opened 2026-09-21 07:18:23 +00:00 by cgalo5758 · 0 comments
Owner

What a person cannot do today

Have another system react to events in the console. Integrations that ship inside the console receive events through the registry, but a system outside it has nothing to subscribe to.

What they should be able to do

Register a webhook endpoint for a set of event types, receive signed deliveries with retries, and see the delivery log.

Why it matters

Deployments run other software beside the console, and the console is where membership changes first; without outbound events every other system polls or drifts.

Where

The integration outbox and webhook-event tables, a delivery worker, an operator page for endpoints and their deliveries.

Done when

An operator can register an endpoint, events are delivered with a signature and retried on failure, and each delivery is visible with its outcome.

## What a person cannot do today Have another system react to events in the console. Integrations that ship inside the console receive events through the registry, but a system outside it has nothing to subscribe to. ## What they should be able to do Register a webhook endpoint for a set of event types, receive signed deliveries with retries, and see the delivery log. ## Why it matters Deployments run other software beside the console, and the console is where membership changes first; without outbound events every other system polls or drifts. ## Where The integration outbox and webhook-event tables, a delivery worker, an operator page for endpoints and their deliveries. ## Done when An operator can register an endpoint, events are delivered with a signature and retried on failure, and each delivery is visible with its outcome.
cgalo5758 added the
kind
enhancement
area/integrationsarea/ops
labels 2026-09-21 07:18:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wiki-cafe/member-console#77