feat(repairs): automatic repair status emails
This commit is contained in:
parent
3ed6596bf0
commit
c58e212e3a
21 changed files with 525 additions and 36 deletions
|
|
@ -209,7 +209,9 @@ class RepairNotificationEventResponse(BaseModel):
|
|||
channel: str
|
||||
recipient: str
|
||||
subject: str
|
||||
template: str
|
||||
status: str
|
||||
success: bool
|
||||
error_message: str | None
|
||||
created_at: datetime
|
||||
sent_at: datetime | None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue