---
title: "Get available email templates"
method: GET
path: "/email-templates"
---

# Get available email templates

`GET /email-templates`

Retrieve a list of active email templates (email sequence steps) available for the project.

## Headers

- `api_key` string, required

## Response `200`

Email templates retrieved successfully

- object
  - `success` boolean
  - `data` object[]
    - `id` integer — Template ID
    - `subject` string — Email subject line
    - `send_trigger_event` string — Event that triggers this email
    - `delay_value` integer — Delay value before sending
    - `delay_unit` string — Unit for delay (minutes, hours, days)
    - `status` string — Template status

## Other responses

- `401` — Unauthorized - invalid or missing API key

---

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