---
title: "Get Email Templates"
method: GET
path: "/communications/emails/templates"
tags: ["Email Template"]
---

# Get Email Templates

`GET /communications/emails/templates`

Get a list of email templates for the requesting Customer.

## Query parameters

- `workflow_only` boolean

## Headers

- `x-api-key` string, required

## Response `200`

List of segments with their basic data.

- ResponseEmailTemplatesListRecord
  - `email_templates` ResponseEmailTemplates[]
    - `id` integer, required — Email Template Id
    - `name` string — Name
    - `source_global_email_template_id` integer
    - `is_published` boolean — used to denote draft vs published state
    - `created_by_name` string

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
