feat: Added Typebot integration

This commit is contained in:
Davidson Gomes
2023-08-07 15:43:57 -03:00
parent a16b5f4644
commit 7c5d94c19e
11 changed files with 140 additions and 63 deletions

View File

@@ -25,6 +25,8 @@ export class InstanceDto {
typebot_url?: string;
typebot?: string;
typebot_expire?: number;
typebot_delay_message?: number;
typebot_unknown_message?: string;
proxy_enabled?: boolean;
proxy_proxy?: string;
}