connector.outage_closed

A connector outage ended — the installation answered again, another one took its place, or the creator uninstalled the connector.

When this fires

An open outage on a project's installation ended. ended_by says how: recovered when the probe found the installation healthy again or the creator reconnected it, replaced when another installation took over (a standby bot failed over, or the creator relinked a new bot), uninstalled when the creator removed the connector while the outage ran. Plans that were off sale return to sale at once.

The settlement follows from the queue and announces itself as connector.outage_compensated: invites that never reached a member during the outage are re-sent, and, when the outage lasted an hour or more, ended as recovered or replaced, and the project's Outage Compensation setting is on, every member whose paid access overlapped it has the outage's length banked on their purchase, one member.access_extended each. How the banked time reaches a member is described in Connector outages.

Required ability

project-connector:view — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "connector.outage_closed",
  "created_at": "2026-09-13T13:20:00Z",
  "api_version": "2026-05-01",
  "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
  "data": {
    "connector": "telegram",
    "duration_seconds": 11700,
    "ended_at": "2026-09-13T13:20:00Z",
    "ended_by": "recovered",
    "installation_id": "3b8f0c6e-2d41-4a97-9e5f-1c7d6b2a8e40",
    "outage_id": "9c1e4d2a-7b3f-4e8a-a2d1-5f6b7c8d9e0f",
    "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
    "started_at": "2026-09-13T10:05:00Z"
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways connector.outage_closed for this event.
created_atISO 8601 timestampServer-side emission time.
api_versionstringWebhook API contract version.
project_idstring UUIDProject this event belongs to.
data.connectorstringThe connector key.
data.duration_secondsintegerHow long the outage ran, ended_at minus started_at.
data.ended_atISO 8601 timestampWhen it ended.
data.ended_bystringrecovered, replaced or uninstalled.
data.installation_idstring UUIDThe installation that was refused.
data.outage_idstring UUIDThe outage row, the same id connector.outage_opened carried.
data.project_idstring UUIDMirrors top-level project_id.
data.started_atISO 8601 timestampWhen the outage began.

Caveats

  • An uninstalled end compensates nobody: the uninstall's own preview and opt-ins settle what members get.
  • Outages shorter than an hour end with this event too, but earn no compensation.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request