mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
Merge pull request #1124 from ScrashOff/fix/instance-creation-webhook-and-chatwoot-settings
fix: instance create w/webhook and chatwoot settings
This commit is contained in:
commit
8c877029e5
@ -24,6 +24,21 @@ export class InstanceDto extends IntegrationDto {
|
|||||||
proxyProtocol?: string;
|
proxyProtocol?: string;
|
||||||
proxyUsername?: string;
|
proxyUsername?: string;
|
||||||
proxyPassword?: string;
|
proxyPassword?: string;
|
||||||
|
webhook?: { enabled?: boolean; events?: string[]; headers?: JsonValue; url?: string; byEvents?: boolean; base64?: boolean; };
|
||||||
|
chatwootAccountId?: string;
|
||||||
|
chatwootConversationPending?: boolean;
|
||||||
|
chatwootAutoCreate?: boolean;
|
||||||
|
chatwootDaysLimitImportMessages?: number;
|
||||||
|
chatwootImportContacts?: boolean;
|
||||||
|
chatwootImportMessages?: boolean;
|
||||||
|
chatwootLogo?: string;
|
||||||
|
chatwootMergeBrazilContacts?: boolean;
|
||||||
|
chatwootNameInbox?: string;
|
||||||
|
chatwootOrganization?: string;
|
||||||
|
chatwootReopenConversation?: boolean;
|
||||||
|
chatwootSignMsg?: boolean;
|
||||||
|
chatwootToken?: string;
|
||||||
|
chatwootUrl?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SetPresenceDto {
|
export class SetPresenceDto {
|
||||||
|
Loading…
Reference in New Issue
Block a user