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

Enum values changed in POST /email_inboxes/{inbox_id}/drafts/{draft_id}/send (EmailEventType)

Affected surface
POST /email_inboxes/{inbox_id}/drafts/{draft_id}/send
Affected field
EmailEventType

What changed

Enum values changed in POST /email_inboxes/{inbox_id}/drafts/{draft_id}/send (EmailEventType) Affected surface: POST /email_inboxes/{inbox_id}/drafts/{draft_id}/send. Root cause: schema `EmailEventType`. Detected at Wed, 29 Jul 2026 13:45:07 UTC UTC.

Diff

{
  "added_enums": [
    "daily_limit_exceeded"
  ],
  "path": "POST /email_inboxes/{inbox_id}/drafts/{draft_id}/send",
  "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.