mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-08 04:57:01 -06:00
feat: Save chatwoot creds
This commit is contained in:
7
src/whatsapp/dto/chatwoot.dto.ts
Normal file
7
src/whatsapp/dto/chatwoot.dto.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class ChatwootDto {
|
||||
enabled?: boolean;
|
||||
account_id?: string;
|
||||
token?: string;
|
||||
url?: string;
|
||||
name_inbox?: string;
|
||||
}
|
||||
@@ -5,4 +5,7 @@ export class InstanceDto {
|
||||
events?: string[];
|
||||
qrcode?: boolean;
|
||||
token?: string;
|
||||
chatwoot_account_id?: string;
|
||||
chatwoot_token?: string;
|
||||
chatwoot_url?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user