Implement governed hybrid campaign delivery

This commit is contained in:
2026-08-02 13:58:37 +02:00
parent b38597f2be
commit 7733265cc8
40 changed files with 2531 additions and 122 deletions
@@ -6,6 +6,7 @@ export type CampaignJobSortColumn =
| "queue"
| "send"
| "postbox"
| "print"
| "imap"
| "attempts"
| "updated";
@@ -33,6 +34,7 @@ const FILTER_PARAMETERS: Record<string, string> = {
queue: "filter_queue",
send: "filter_send",
postbox: "filter_postbox",
print: "filter_print",
imap: "filter_imap",
attempts: "filter_attempts",
evidence: "filter_evidence"