New: MCP server monitoring is live. Start free
SendGridSchemaBreaking

Required fields added in GET /v3/templates/{template_id}/versions/{version_id} (TransactionalTemplateVersionOutput): [subject, name]

Affected surface
GET /v3/templates/{template_id}/versions/{version_id}
Affected field
TransactionalTemplateVersionOutput

What changed

Required fields added in GET /v3/templates/{template_id}/versions/{version_id} (TransactionalTemplateVersionOutput): [subject, name] Affected surface: GET /v3/templates/{template_id}/versions/{version_id}. Root cause: schema `TransactionalTemplateVersionOutput`. Detected at Thu, 20 Jun 2024 14:42:14 UTC UTC.

Diff

{
  "added_required": [
    "subject",
    "name"
  ],
  "path": "GET /v3/templates/{template_id}/versions/{version_id}",
  "schema_path": "schema TransactionalTemplateVersionOutput"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.