---
title: "Update an email templates"
method: PUT
path: "/v1/email_templates/{emailTemplateId}.json"
tags: ["email_templates"]
---

# Update an email templates

`PUT /v1/email_templates/{emailTemplateId}.json`

Update the email templates

## Path parameters

- `emailTemplateId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `from_email` string
  - `reply_to_email` string
  - `subject` string
  - `email_text_content` string

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `from_email` string
  - `reply_to_email` string
  - `name` string
  - `description` string
  - `subject` string
  - `email_text_content` string
  - `email_variables` string
  - `display_name` string

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/versions/bfc753befdbe/schema)
