evolution-api/src
Davidson Gomes c3bb632a1a fix: Fixed Typebot start call with active session by updating instanceId references in TypebotService
In this commit, I fixed an issue with the start call of Typebot when there is an active session. I noticed that there were inconsistencies in the way the instanceId was being referenced in the TypebotService.

To resolve this, I modified the TypebotService to update the instanceId references to the correct format. Specifically, I changed the following files:
- CHANGELOG.md: added a note about the fix for the Typebot start call with active session
- src/api/integrations/typebot/services/typebot.service.ts: updated the instanceId references in the startTypebot, createNewSession, and other related methods.

This change ensures that the Typebot start call with active session works as intended, improving the overall functionality of the Typebot integration.
2024-07-29 09:02:51 -03:00
..
api fix: Fixed Typebot start call with active session by updating instanceId references in TypebotService 2024-07-29 09:02:51 -03:00
cache feat: update Baileys library and add fake call feature 2024-06-14 08:44:19 -03:00
config chore: Crud openai complete 2024-07-18 10:14:53 -03:00
exceptions fix: reorganization of files and folders 2024-04-12 17:22:11 -03:00
libs log: removed excessive verbose logs 2024-06-06 18:04:45 -03:00
utils chore: Update telemetry and add new integrations 2024-07-15 12:43:20 -03:00
validate feat: Sending template approval status webhook 2024-07-25 19:38:34 -03:00
main.ts feat: Added debounce time for typebot messages 2024-06-11 17:56:20 -03:00