Campaign Email Templates
Alle Operationen rund um Campaign Email Templates.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Campaign Email Template | campaign_email_template |
9 | — | campaign_email_template_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/campaign_email_templates |
Create campaign_email_template | Create a new campaign_email_template in the active tenant. |
DELETE |
/v1/campaign_email_templates/{id} |
Delete campaign_email_template | Soft delete entity. |
GET |
/v1/campaign_email_templates/{id} |
Get campaign_email_template by id | Fetch a single campaign_email_template. |
GET |
/v1/campaign_email_templates/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/campaign_email_templates/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/campaign_email_templates/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/campaign_email_templates |
List campaign_email_templates | List campaign_email_templates for the active tenant. |
PATCH |
/v1/campaign_email_templates/{id} |
Patch campaign_email_template | JSON Merge Patch update. |
POST |
/v1/campaign_email_templates/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/campaign_email_templates/{id}/transition |
POST /v1/campaign_email_templates/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/campaign_email_templates/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/campaign_email_templates/{id} |
Replace campaign_email_template | Full replace with optimistic locking. |