AlertChannel defines a place the platform can send alerts. Each channel has a name, a type that determines the delivery mechanism, and a config blob holding the connection details for that mechanism. The isActive flag controls whether the channel is eligible to receive deliveries, and createdAt records when it was set up. Alert rules reference these channels so that when a rule fires, the matching AlertChannel carries the notification to the right destination.
Technical section
Data model, API, and internals — visible to developers.
