mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-09 13:22:21 -06:00
feat: chatwoot integration completed
This commit is contained in:
@@ -4,4 +4,5 @@ export class ChatwootDto {
|
||||
token?: string;
|
||||
url?: string;
|
||||
name_inbox?: string;
|
||||
sign_msg?: boolean;
|
||||
}
|
||||
|
||||
@@ -8,4 +8,5 @@ export class InstanceDto {
|
||||
chatwoot_account_id?: string;
|
||||
chatwoot_token?: string;
|
||||
chatwoot_url?: string;
|
||||
chatwoot_sign_msg?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user