notifications.dto
dto
Deprecated compatibility imports for :mod:codex_platform.messaging.dto.
Classes
ThreadHeadersDTO
Bases: BaseDTO
RFC 5322 threading headers attached to outbound email notifications.
Source code in src/codex_platform/messaging/dto.py
NotificationRecipient
NotificationPayloadDTO
Bases: BaseDTO
Base notification payload: identification and routing only.
Source code in src/codex_platform/messaging/dto.py
TemplateNotificationDTO
Bases: NotificationPayloadDTO
Mode 1: worker fetches context from Redis and renders the template.
Source code in src/codex_platform/messaging/dto.py
RenderedNotificationDTO
Bases: NotificationPayloadDTO
Mode 2: pre-rendered HTML passed directly to the worker.