---
title: "Retrieve an automated email"
method: GET
path: "/v3/automated-emails/{id}"
tags: ["AutomatedEmails"]
---

# Retrieve an automated email

`GET /v3/automated-emails/{id}`

Retrieves the details of an existing automated email.

## Path parameters

- `id` string, required

## Response `200`

OK

- EmailTemplateDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `fromName` string, required
  - `fromEmail` string, required
  - `cc` string, required
  - `bcc` string, required
  - `subject` string, required
  - `body` string, required
  - `replyTo` string, required
  - `event` string, required
  - `enabled` boolean, required
  - `custom` boolean, required
  - `sent` integer, required
  - `productIds` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
