Entity · campaign_email_templates
Campaign Email Template Schema
Felder
Campaign Email Template Schema
Reusable email content template for SEND_EMAIL / SEND_EMAIL_SEQUENCE campaign actions. Stores subject, HTML body and optional Tiptap JSON for round-tripping into the rich-text editor.
name
1–200 Zeichen
description
max 2000 Zeichennullable
subject
1–500 Zeichen
htmlContent
max 200000 Zeichen
contentMode
How the body is edited/rendered: RICH_TEXT round-trips through the Tiptap editor, RAW_HTML stores pasted markup verbatim (external email templates). Absent on legacy templates — consumers fall back to sniffing the markup.
Werte
RICH_TEXTRAW_HTMLnullable
tiptapContent
nullable
fromEmail
max 320 Zeichennullable
tags
Default: []
isSystem
System-provided templates cannot be edited or deleted.
Default: falseread-only
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/campaign_email_templates— Liste, paginiert + filterbarGET /api/v1/campaign_email_templates/<id>— Einzelne EntityPOST /api/v1/campaign_email_templates— AnlegenPATCH /api/v1/campaign_email_templates/<id>— Teil-UpdateDELETE /api/v1/campaign_email_templates/<id>— Soft-DeleteGET /api/v1/campaign_email_templates/<id>/timeline— Audit + Aktivitäten