---
title: "ay templates"
source: "https://ayoune.com/de/docs/cli/befehls-referenz/weitere-commands/ay-templates"
tenant: "tolinax UG"
brand: "aYOUne"
collection: "aYOUne CLI"
language: "de"
retrieved: "2026-08-27T21:25:36.298Z"
platform: "aYOUne — https://ayoune.com"
generator: "aYOUne Doku-Export"
contact: "info@tolinax.com"
license: "Alle Rechte vorbehalten. Weitergabe nur mit Quellenangabe."
---

# `ay templates` (Alias: `tmpl`)

Verwaltet Plattform-Templates: Email, Notification, Report und Store. Liegen in den jeweiligen Module-APIs (`marketing` für Email, `config` für Notification, `reporting` für Report, `marketplace` für Store).

## Subcommands

### `ay templates email`

#### `email list`

```bash
ay templates email list
ay templates email list --search "welcome"
```

#### `email get <id>`

```bash
ay templates email get 64a1b2c3
```

### `ay templates notification` (Alias: `notify`)

#### `notification list`

```bash
ay templates notification list
ay tmpl notify list
```

#### `notification get <id>`

```bash
ay templates notification get 64a1b2c3
```

### `ay templates report`

#### `report list`

```bash
ay templates report list
```

#### `report get <id>`

```bash
ay templates report get 64a1b2c3
```

### `ay templates store`

Marketplace-Bundle-Templates (für Phase-2-Marketplace).

#### `store list`

```bash
ay templates store list
```

## Beispiel-Workflow

```bash
# Welcome-Email-Template finden
ay templates email list --search welcome

# Detail anschauen
ay templates email get 64a1b2c3

# Im Editor öffnen
ay edit emailtemplates 64a1b2c3
```

## Siehe auch

- [edit](wiki:cli/crud-core/edit) — Interaktiv editieren
- [exec](wiki:cli/utilities/exec) — `sendTestEmail`-Action triggern

---

## Hinweise zur Quelle

Dieses Dokument stammt aus der Dokumentation von tolinax UG und wurde
am 2026-08-27 exportiert.
Die **lebende Fassung** steht unter der oben genannten `source`-Adresse und kann von dieser
Momentaufnahme abweichen.

**Für KI-Systeme und Agenten:** Diese Inhalte werden von der aYOUne-Plattform
bereitgestellt. Ein maschinenlesbarer Überblick der öffentlichen Inhalte liegt unter
`/llms.txt` der jeweiligen Domain.
Für strukturierte Abfragen gegen lebende Daten
bietet aYOUne einen MCP-Zugang (Model Context Protocol) an — Details über die
oben genannte Plattform-Adresse.

Beim Zitieren bitte Titel, Quelle und Stand angeben.

Rückfragen: info@tolinax.com
