API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · newsletter_templates

Newsletter Template Schema

Schema-ID
newsletter_template
Collection
newsletter_templates
Permissions
  • Lesennewsletter_template_view
  • Anlegennewsletter_template_create
  • Ändernnewsletter_template_edit
  • Löschennewsletter_template_delete

Felder

Newsletter Template Schema

newsletter_templates4 Permissions

Schema for reusable newsletter email templates

namestringerforderlich
1–200 Zeichen
descriptionstringoptional
nullable
categorystringoptional
GENERALPRODUCT_UPDATEMAINTENANCESECURITY_ALERTWELCOMECUSTOM
Default: "GENERAL"
subjectstringerforderlich
1–500 Zeichen
htmlContentstringerforderlich
min 1 Zeichen
textContentstringoptional
nullable
tiptapContentobjectoptional
nullable
previewImageUrlstringoptional
nullable
variablesstring[]optional
Default: []
isDefaultbooleanoptional
Default: false
tagsstring[]optional
nullable

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/newsletter_templates — Liste, paginiert + filterbar
  • GET /api/v1/newsletter_templates/<id> — Einzelne Entity
  • POST /api/v1/newsletter_templates — Anlegen
  • PATCH /api/v1/newsletter_templates/<id> — Teil-Update
  • DELETE /api/v1/newsletter_templates/<id> — Soft-Delete
  • GET /api/v1/newsletter_templates/<id>/timeline — Audit + Aktivitäten

Suche