Managing connections
Console → Connectors, connected list with one connection's menu open
screenshot slot, save as public/screens/…png and set src
Pause versus disconnect
Pause (enabled: false) | Disconnect | |
|---|---|---|
| New events | Stop | Stop |
| Existing events | Kept | Kept |
| Decisions drawn from them | Kept | Kept |
| The grant at the provider | Kept | Revoked |
| Re-enabling | One click | Full consent flow again |
Pause when you are debugging noise. Disconnect when the relationship with that tool is over.
When the person who connected it leaves
The grant belongs to whoever consented. If that account is deactivated at the provider, the connection stops working, usually quietly, with events simply ceasing.
Two mitigations, in order of preference:
- Connect with a service account your organization owns, not a person's account, for anything long-lived.
- Watch for silence. A source that stops producing events is the symptom.
Diagnosing a quiet connection
Work down this list:
Is a trigger subscribed?
A connection with no trigger produces nothing at all.
Is the connection enabled?
A paused connection looks identical to a broken one from Activity.
Is the permalink base URL set?
Slack and Jira events are rejected without one. Nothing arrives, and the cause is not in the connector.
Is anything failing to deliver?
Connectors → the connection → Failed deliveries lists every delivery that arrived and then failed downstream. Nothing is dropped silently, so an empty list here means the problem is upstream of Memnox.
Has the grant expired at the provider?
Reconnect. The provider owns refresh, so an expired grant is fixed there.
Pulling events by hand
For a one-off pull outside the trigger flow, open Connectors → the connection → Sync now and choose a window.
Useful when re-testing after a configuration change or filling one specific gap. For a whole history, use backfill instead: it pages, respects the provider's rate limits, and reports progress.
Connection limits
connectedSources is a plan limit. Disconnecting frees a slot immediately;
pausing does not.

