---
title: "Update custom email template for a portal"
method: PATCH
path: "/v3/portals/{portalId}/email-templates/{templateName}"
tags: ["Portal Emails"]
---

# Update custom email template for a portal

`PATCH /v3/portals/{portalId}/email-templates/{templateName}`

Update custom email template

## Request body

- object
  - `content` EmailTemplateContent, nullable
    - `subject` string, nullable
    - `title` string, nullable
    - `body` string, nullable
    - `button_label` string, nullable
  - `enabled` boolean — Whether the email template is enabled or disabled for a portal

## Response `200`

Modifying an email template.

- EmailTemplate
  - `label` string, required — The label of the email template
  - `name` 'confirm-email-address' | 'app-registration-approved' | 'app-registration-rejected' | 'app-registration-revoked' | 'reset-password' | 'account-access-approved' | 'account-access-rejected' | 'account-access-revoked' | 'api-key-expiring-soon' | 'api-key-expired' | 'developer-invitation', required — Short name email template name.
  - `default_content` DefaultEmailTemplateContent, required
    - `subject` string, required
    - `title` string, required
    - `body` string, required
    - `button_label` string
  - `content` EmailTemplateContent, nullable
    - `subject` string, nullable
    - `title` string, nullable
    - `body` string, nullable
    - `button_label` string, nullable
  - `variables` EmailTemplateVariableName[], required
  - `enabled` boolean, required — Whether the email template is enabled or disabled for a portal
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
