New: MCP server monitoring is live. Start free trial
TelnyxSchemaAdditive

Enum values changed in GET /email_events (EmailEventType)

Affected surface
GET /email_events
Affected field
EmailEventType

What changed

Enum values changed in GET /email_events (EmailEventType) Affected surface: GET /email_events. Root cause: schema `EmailEventType`. Detected at Wed, 29 Jul 2026 13:45:07 UTC UTC.

Diff

{
  "added_enums": [
    "daily_limit_exceeded"
  ],
  "path": "GET /email_events",
  "schema_path": "schema EmailEventType"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.