feat: Add dedicated received type

This commit is contained in:
Dries Augustyns
2026-02-18 16:24:55 +01:00
parent 3330d83d08
commit f947ee6f22
8 changed files with 45 additions and 3 deletions
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "EmailStatus" ADD VALUE 'RECEIVED';
+1
View File
@@ -759,6 +759,7 @@ enum EmailStatus {
SENDING // Currently being sent
SENT // Successfully sent to provider
DELIVERED // Confirmed delivered
RECEIVED // Received by platform (inbound)
OPENED // Recipient opened email
CLICKED // Recipient clicked link
BOUNCED // Bounced (hard or soft)