feat: chatwoot integration completed

This commit is contained in:
Davidson Gomes
2023-07-13 00:27:18 -03:00
parent 3eda2a1f2a
commit 0fc3b47c88
9 changed files with 126 additions and 22 deletions

View File

@@ -4,4 +4,5 @@ export class ChatwootDto {
token?: string;
url?: string;
name_inbox?: string;
sign_msg?: boolean;
}

View File

@@ -8,4 +8,5 @@ export class InstanceDto {
chatwoot_account_id?: string;
chatwoot_token?: string;
chatwoot_url?: string;
chatwoot_sign_msg?: boolean;
}