feat: add lead qualification workflow

This commit is contained in:
2026-06-04 16:09:47 +02:00
parent 15d8bfeb66
commit 59824b7336
19 changed files with 2833 additions and 78 deletions

View File

@@ -12,7 +12,7 @@ const SECRET_KEY_PATTERNS = [
];
export const CAMPAIGN_STATUSES = ["active", "paused"] as const;
export const LEAD_PRIORITIES = ["high", "medium", "low", "defer"] as const;
export const LEAD_PRIORITIES = ["high", "medium", "low", "defer", "blocked"] as const;
export const LEAD_CONTACT_STATUSES = [
"new",
"missing_contact",