Create Alert
POST/api/domaineventalert/createalert
Tier: Public — stable, supported for third-party integration.
Creates a domain-event alert together with its notification rules. No dedicated field
validation is performed beyond what the entity factory requires (e.g. a null
AddDomainEventAlertDto.Notifications list fails). New alerts are seeded
with a "never actioned" sentinel timestamp.
Request
Responses
- 200
- 400
The created alert. See DomainEventAlerts.DomainEventAlertDetailDto.
The create failed (empty error array) — e.g. a null notifications list, or an unknown notification-group id.