| { | |
| "enable_automatic_knowledge_extraction": true, | |
| "enable_out_of_workflow_automations": true, | |
| "document_processing_auto_trigger": true, | |
| "enable_accounting_automations": true, | |
| "enable_sales_automations": true, | |
| "response_control_mode": "suggest", | |
| "enable_integration_enrichment": true, | |
| "pipelines": { | |
| "sales": { | |
| "mode": "scheduled", | |
| "cron": "*/30 * * * *" | |
| }, | |
| "projects": { | |
| "mode": "scheduled", | |
| "cron": "*/15 * * * *" | |
| }, | |
| "finance": { | |
| "mode": "scheduled", | |
| "cron": "0 * * * *" | |
| } | |
| } | |
| } |