fix: Correction in start typebot, create it if not exists

- Corrected an issue where the start typebot function would throw an error if the typebot was not found.
- Added a condition to create a new typebot if it doesn't exist.
- Updated CHANGELOG.md with the details of the changes.

Files affected:
- CHANGELOG.md
- src/api/integrations/typebot/services/typebot.service.ts
This commit is contained in:
Davidson Gomes
2024-07-18 08:25:59 -03:00
parent 9aa2b1b3bf
commit aa2da01401
2 changed files with 27 additions and 12 deletions

View File

@@ -6,6 +6,8 @@
* Resolve not find name
* Removed DEL_TEMP_INSTANCES as it is not being used
* Fixed global exchange name
* Add apiKey and serverUrl to prefilledVariables in typebot service
* Correction in start typebot, if it doesn't exist, create it
# 2.0.1-beta (2024-07-17 17:01)