feat: add lead qualification workflow
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user