feat(automations): add delayed execution for automation rules

This commit is contained in:
Tanmay Deep Sharma
2026-07-10 10:00:07 +05:30
parent bddb561546
commit 30ee4a61fc
35 changed files with 2204 additions and 15 deletions
+1
View File
@@ -10,6 +10,7 @@ export const FEATURE_FLAGS = {
CANNED_RESPONSES: 'canned_responses',
CRM: 'crm',
CUSTOM_ATTRIBUTES: 'custom_attributes',
DELAYED_AUTOMATIONS: 'delayed_automations',
INBOX_MANAGEMENT: 'inbox_management',
INTEGRATIONS: 'integrations',
LABELS: 'labels',