feat: Created automation for creating instances in the chatwoot bot with the command #inbox_whatsapp:<INSTANCE_NAME>

This commit is contained in:
Davidson Gomes
2023-07-17 15:37:49 -03:00
parent 71a3e75ae2
commit 0cb87e6ed9
5 changed files with 42 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ const webhookService = new WebhookService(waMonitor);
export const webhookController = new WebhookController(webhookService);
const chatwootService = new ChatwootService(waMonitor);
const chatwootService = new ChatwootService(waMonitor, configService);
export const chatwootController = new ChatwootController(chatwootService, configService);