New: MCP server monitoring is live. Start free
SendGridSchemaAdditive

New fields added in POST /v3/templates (TransactionalTemplate): [updated_at]

Affected surface
POST /v3/templates
Affected field
TransactionalTemplate

What changed

New fields added in POST /v3/templates (TransactionalTemplate): [updated_at] Affected surface: POST /v3/templates. Root cause: schema `TransactionalTemplate`. Detected at Thu, 27 Jun 2024 16:45:41 UTC UTC.

Diff

{
  "added_fields": [
    "updated_at"
  ],
  "path": "POST /v3/templates",
  "schema_path": "schema TransactionalTemplate"
}

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.

Diff your serializers against the new schema. The diff above shows what moved.

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.