---
title: "Get email templates"
method: GET
path: "/api/email_templates"
tags: ["EmailTemplates"]
---

# Get email templates

`GET /api/email_templates`

Read all available templates

## Response `200`

OK

- object
  - `rules` EmailTemplateSchema[]
    - `cc_address` string, nullable — The email address to CC
    - `heron_id` string — Unique identifier for the email template
    - `html_body` string, required — The body of the email to send.
    - `name` string, required — Unique name of the email template. Used to match which email template to send. Only alphanumeric characters, underscores, and dashes are allowed.
    - `reply_to_address` string, nullable — The email address to reply to
    - `to_address` string, nullable — The email address to send the email to

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
