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

Campaign Template Schema

Schema-ID
campaign_template
Collection
campaign_templates
Permissions
  • Lesencampaign_template_view
  • Anlegencampaign_template_manage
  • Änderncampaign_template_manage
  • Löschencampaign_template_manage

Felder

Campaign Template Schema

campaign_templates4 Permissions

Pre-configured campaign blueprint (e.g. "Windows 10 EOL", "Quartals-Check-in"). Used to scaffold new campaigns with a known-good set of segment + actions.

namestringerforderlich
1–200 Zeichen
descriptionstringoptional
max 2000 Zeichennullable
typestringerforderlich
max 64 Zeichen
baseEntitystringerforderlich
1–64 Zeichen
segmentIduuidoptional
nullable
segmentQueryobjectoptional
nullable
recipientResolverobjectoptional
nullable
actionsobject[]optional
Default: []
configobjectoptional
nullable
tagsstring[]optional
Default: []
isSystembooleanoptional

System-provided templates cannot be edited/deleted.

Default: falseread-only
iconstringoptional
max 64 Zeichennullable

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

Suche