Set chatwoot custom inbox name

This commit is contained in:
Judson Cairo
2024-04-21 16:33:20 -03:00
parent e071f56767
commit 3bf975d90f
5 changed files with 12 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ export class InstanceDto {
chatwoot_import_contacts?: boolean;
chatwoot_import_messages?: boolean;
chatwoot_days_limit_import_messages?: number;
chatwoot_name_inbox?: string;
websocket_enabled?: boolean;
websocket_events?: string[];
rabbitmq_enabled?: boolean;