evolution-api/src/api
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
..
abstract fix: Adjusts in redis for save instances 2024-04-18 10:39:24 -03:00
controllers feat: Sending template approval status webhook 2024-07-25 19:38:34 -03:00
dto feat: Sending template approval status webhook 2024-07-25 19:38:34 -03:00
guards chore: Update telemetry and add new integrations 2024-07-15 12:43:20 -03:00
integrations fix: Fixed Typebot start call with active session by updating instanceId references in TypebotService 2024-07-29 09:02:51 -03:00
provider session worker compatibility 2024-06-03 19:06:00 -03:00
repository refactor: using stream instead of temp files in chatwoot and repository services 2024-07-13 08:10:36 -03:00
routes chore: equations and adjustments for the new manager 2024-07-23 12:34:58 -03:00
services chore: Update WhatsApp Business service to stop processing read messages from non-broadcast and non-me jids 2024-07-28 19:54:45 -03:00
types Add support for managing WhatsApp templates via official API 2024-07-12 12:32:44 -03:00
server.module.ts chore: Crud openai complete 2024-07-18 10:14:53 -03:00