---
title: "Atualizar template de e-mail"
method: PUT
path: "/email/template/{email_template_id}"
---

# Atualizar template de e-mail

`PUT /email/template/{email_template_id}`

Endpoint de tipos de atividade

## Path parameters

- `email_template_id` integer, required

## Request body

- object
  - `name` string, required — Nome do template de e-mail.
  - `body` string, required — Corpo do e-mail.
  - `subject` string — Assunto do template de e-mail.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `name` string
    - `subject` string
    - `body` string

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/versions/0a130198f0a3/schema)
