feat: Added Typebot integration

This commit is contained in:
Davidson Gomes
2023-08-07 18:54:12 -03:00
parent 7c5d94c19e
commit b502ebd23a
12 changed files with 98 additions and 26 deletions

View File

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