- Sync lost messages on chatwoot
- Set the maximum number of listeners that can be registered for events
- Now is possible send medias with form-data
- Fetch status message
- Adjusts in migrations
- Update pushName in chatwoot
- Validate message before sending chatwoot
- Adds the message status to the return of the "prepareMessage" function
- Fixed openai setting when send a message with chatwoot
- Fix buildkey function in hSet and hDelete
- Fix mexico number
- Update baileys version
- Update in Baileys version that fixes timeout when updating profile picture
- Adjusts for fix timeout error on send status message
- Chatwoot verbose logs
- Adjusts on prisma connections
- License terms updated
- Fixed send message to group without no cache (local or redis)
- Fixed startTypebot with startSession = true
- Fixed issue of always creating a new label when saving chatwoot
- Fixed getBase64FromMediaMessage with convertToMp4
- Fixed bug when send message when don't have mentionsEveryOne on payload
- Does not search message without chatwoot Message Id for reply
- Fixed bot fallback not working on integrations
- Define a global proxy to be used if the instance does not have one
- Save is on whatsapp on the database
- Add headers to the instance's webhook registration
- Debounce message break is now "\n" instead of white space
- Single view messages are now supported in chatwoot
- Chatbots can now send any type of media
- Validate if cache exists before accessing it
- Missing autoCreate chatwoot in instance create
- Fixed bugs in the frontend, on the event screens
- Fixed use chatwoot with evolution channel
- Fix chatwoot reply quote with Cloud API
- Use exchange name from .env on RabbitMQ
- Fixed chatwoot screen
- It is now possible to send images via the Evolution Channel
- Removed "version" from docker-compose as it is obsolete (https://dev.to/ajeetraina/do-we-still-use-version-in-compose-3inp)
- Fixed typebot ignoreJids being used only from default settings
- Fixed Chatwoot inbox creation on save
- Changed axios timeout for manager requests for 30s
- Update in Baileys version that fixes timeout when updating profile picture
- Fixed issue when sending links in markdown by chatbots like Dify
- Fixed issue with chatbots not respecting settings
- Improved layout manager
- Translation in manager: English, Portuguese, Spanish and French
- Evolution Bot Integration
- Option to disable chatwoot bot contact with CHATWOOT_BOT_CONTACT
- Added flowise integration
- Added evolution channel on instance create
- Change in license to Apache-2.0
- Mark All in events
- Refactor integrations structure for modular system
- Fixed dify agent integration
- Update Baileys Version
- Fixed proxy config in manager
- Fixed send messages in groups
- S3 saving media sent from me
- Fixed duplication bot when use startTypebot
- Payloads for events changed (create Instance and set events). Check postman to understand
- OpenAI send images when markdown
- Dify send images when markdown
- Sentry implemented
- Fix on get profilePicture
- Added S3_REGION on minio settings
- Added ignoreJids in chatwoot settings
- Dify now identifies images
- Openai now identifies images
- Path mapping & deps fix & bundler changed to tsup
- Improve database scripts to retrieve the provider from env file
- Update contacts database with unique index
- Save chat name
- Correction of media as attachments in chatwoot when using a Meta API Instance and not Baileys
- Update Baileys version 6.7.6
- Deprecate buttons and list in new Baileys version
- Changed labels to be unique on the same instance
- Remove instance from redis even if using database
- Unified integration session system so they don't overlap
- Temporary fix for pictureUrl bug in groups
- Fix on migrations
- Added general session button in typebot, dify and openai in manager
- Added compatibility with mysql through prisma
- Import contacts with image in chatwoot
- Fix conversationId when is dify agent
- Fixed loading of selects in the manager
- Add restart button to sessions screen
- Adjustments to docker files
- StopBotFromMe working with chatwoot
- Variables passed to the input in dify
- OwnerJid passed to typebot
- Function for openai assistant added
- Adjusts in telemetry
- BusinessId added on create instances in manager
- Adjusts in restart instance
- Resolve issue with connecting to instance
- Session is now individual per instance and remoteJid
- Credentials verify on manager login
- Added description column on typebot, dify and openai
- Fixed dify agent integration
- Get models for OpenAI
- fetchInstances with clientName parameter
- fixed update typebot, openai and dify
- Speech to Text with Openai
- ClientName on infos
- Instance screen scroll bar in manager
- New manager v2.0
- Dify integration
- Update Baileys Version
- Adjusts for new manager
- Corrected openai trigger validation
- Corrected typebot trigger validation
- Webhook url by submitted template to send status updates
- Sending template approval status webhook
- Equations and adjustments for the new manager
- Adjust TriggerType for OpenAI and Typebot integrations
- Fixed Typebot start call with active session
- Open AI implemented
- Fixed the function of saving or not saving data in the database
- 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
- Resolved issue with Chatwoot not receiving messages sent by Typebot
- Added prisma orm, connection to postgres and mysql
- Added chatwoot integration activation
- Added typebot integration activation
- Now you can register several typebots with triggers
- Media sent to typebot now goes as a template string, example: imageMessage|MESSAGE_ID
- Organization configuration and logo in chatwoot bot contact
- Added debounce time for typebot messages
- Tagging in chatwoot contact by instance
- Add support for managing WhatsApp templates via official API
- Fixes and implementation of regex and fallback in typebot
- Ignore jids configuration added to typebot (will be used for both groups and contacts)
- Minio and S3 integration
- When S3 integration enabled, the media sent to typebot now goes as a template string, example: imageMessage|MEDIA_URL
- Removed excessive verbose logs
- Optimization in instance registration
- Now in typebot we wait until the terminal block to accept the user's message, if it arrives before the block is sent, it is ignored
- Correction of audio sending, now we can speed it up and have the audio wireframe
- Reply with media message on Chatwoot
- improvements in sending status and groups
- Correction in response returns from buttons, lists and templates
- EvolutionAPI/Baileys implemented
- jwt authentication removed
- Connection to mongodb removed
- Standardized all request bodies to use camelCase
- Change in webhook information from owner to instanceId
- Changed the .env file configuration, removed the yml version and added .env to the repository root
- Removed the mobile type connection with Baileys
- Simplified payloads and endpoints
- Improved Typebot
- Now you can register several typebots
- Start configuration by trigger or for all
- Session search by typebot or remoteJid
- KeepOpen configuration (keeps the session even when the bot ends, to run once per contact)
- StopBotFromMe configuration, allows me to stop the bot if I send a chat message.
- Changed the way the goal webhook is configured
- Corretion in globall rabbitmq queue name
- Improvement in the use of mongodb database for credentials
- Fixed base64 in webhook for documentWithCaption
- Fixed Generate pairing code
- New method of saving sessions to a file using worker, made in partnership with codechat
- Correction of variables breaking lines in typebot
- Correction of variables breaking lines in typebot
- Now in the manager, when logging in with the client's apikey, the listing only shows the instance corresponding to the provided apikey (only with MongoDB)
- New global mode for rabbitmq events
- Build in docker for linux/amd64, linux/arm64 platforms
- Correction in message formatting when generated by AI as markdown in typebot
- Security fix in fetch instance with client key when not connected to mongodb
- Add merge_brazil_contacts function to solve nine digit in brazilian numbers
- Optimize ChatwootService method for updating contact
- Fix swagger auth
- Update aws sdk v3
- Fix getOpenConversationByContact and init queries error
- Method to mark chat as unread
- Added environment variable to manually select the WhatsApp web version for the baileys lib (optional)
- Adjusts in proxy on fetchAgent
- Recovering messages lost with redis cache
- Log when init redis cache service
- Recovering messages lost with redis cache
- Chatwoot inbox name
- Update Baileys version
- Revert fix audio encoding
- Recovering messages lost with redis cache
- Adjusts in redis for save instances
- Adjusts in proxy
- Revert pull request #523
- Added instance name on logs
- Added support for Spanish
- Fix error: invalid operator. The allowed operators for identifier are equal_to,not_equal_to in chatwoot
- Mobile connection via sms (test)
- Adjusts in redis
- Send global event in websocket
- Adjusts in proxy
- Fix audio encoding
- Fix conversation read on chatwoot version 3.7
- Fix when receiving/sending messages from whatsapp desktop with ephemeral messages enabled
- Changed returned sessions on typebot status change
- Reorganization of files and folders
- Correction when sending files with captions on Whatsapp Business
- Correction in receiving messages with response on WhatsApp Business
- Correction when sending a reaction to a message on WhatsApp Business
- Correction of receiving reactions on WhatsApp business
- Removed mandatory description of rows from sendList
- Feature to collect message type in typebot
- Added update message endpoint
- Add translate capabilities to QRMessages in CW
- Join in Group by Invite Code
- Read messages from whatsapp in chatwoot
- Add support to use use redis in cacheservice
- Add support for labels
- Command to clearcache from chatwoot inbox
- Whatsapp Cloud API Oficial
- Proxy configuration improvements
- Correction in sending lists
- Adjust in webhook_base64
- Correction in typebot text formatting
- Correction in chatwoot text formatting and render list message
- Only use a axios request to get file mimetype if necessary
- When possible use the original file extension
- When receiving a file from whatsapp, use the original filename in chatwoot if possible
- Remove message ids cache in chatwoot to use chatwoot's api itself
- Adjusts the quoted message, now has contextInfo in the message Raw
- Collecting responses with text or numbers in Typebot
- Added sendList endpoint to swagger documentation
- Implemented a function to synchronize message deletions on WhatsApp, automatically reflecting in Chatwoot.
- Improvement on numbers validation
- Fix polls in message sending
- Sending status message
- Message 'connection successfully' spamming
- Invalidate the conversation cache if reopen_conversation is false and the conversation was resolved
- Fix looping when deleting a message in chatwoot
- When receiving a file from whatsapp, use the original filename in chatwoot if possible
- Correction in the sendList Function
- Implement contact upsert in messaging-history.set
- Improve proxy error handling
- Refactor fetching participants for group in WhatsApp service
- Fixed problem where the typebot final keyword did not work
- Typebot's wait now pauses the flow and composing is defined by the delay_message parameter in set typebot
- Composing over 20s now loops until finished
- Fixed Lid Messages
- Fixed sending variables to typebot
- Fixed sending variables from typebot
- Correction sending s3/minio media to chatwoot and typebot
- Fixed the problem with typebot closing at the end of the flow, now this is optional with the TYPEBOT_KEEP_OPEN variable
- Fixed chatwoot Bold, Italic and Underline formatting using Regex
- Added the sign_delimiter property to the Chatwoot configuration, allowing you to set a different delimiter for the signature. Default when not defined \n
- Include instance Id field in the instance configuration
- Fixed the pairing code
- Adjusts in typebot
- Fix the problem when disconnecting the instance and connecting again using mongodb
- Options to disable docs and manager
- When deleting a message in whatsapp, delete the message in chatwoot too
- Added AWS SQS Integration
- Added support for new typebot API
- Added endpoint sendPresence
- New Instance Manager
- Added auto_create to the chatwoot set to create the inbox automatically or not
- Added reply, delete and message reaction in chatwoot v3.3.1
- Adjusts in proxy
- Adjusts in start session for Typebot
- Added mimetype field when sending media
- Ajusts in validations to messages.upsert
- Fixed messages not received: error handling when updating contact in chatwoot
- Fix workaround to manage param data as an array in mongodb
- Removed await from webhook when sending a message
- Update typebot.service.ts - element.underline change ~ for *
- Removed api restart on receiving an error
- Fixes in mongodb and chatwoot
- Adjusted return from queries in mongodb
- Added restart instance when update profile picture
- Correction of chatwoot functioning with admin flows
- Fixed problem that did not generate qrcode with the chatwoot_conversation_pending option enabled
- Fixed issue where CSAT opened a new ticket when reopen_conversation was disabled
- Fixed issue sending contact to Chatwoot via iOS
- Chatwoot: v3.3.1
- Typebot: v2.20.0
- Baileys logger typing issue resolved
- Solved problem with duplicate messages in chatwoot
- Swagger documentation
- Added base 64 sending option via webhook
- Remove rabbitmq queues when delete instances
- Improvement in restart instance to completely redo the connection
- Update node version: v20
- Correction of messages sent by the api and typebot not appearing in chatwoot
- Adjustment to start typebot, added startSession parameter
- Chatwoot now receives messages sent via api and typebot
- Fixed problem with starting with an input in typebot
- Added check to ensure variables are not empty before executing foreach in start typebot
- Fix chatwootSchema in chatwoot model to store reopen_conversation and conversation_pending options
- Problem resolved when sending files from minio to typebot
- Improvement in the "startTypebot" method to create persistent session when triggered
- New manager for Evo 1.5.2 - Set Typebot update
- Resolved problems when reading/querying instances
- Added listening_from_me option in Set Typebot
- Added variables options in Start Typebot
- Added webhooks for typebot events
- Added ChamaAI integration
- Added webhook to send errors
- Added support for messaging with ads on chatwoot
- Fix looping connection messages in chatwoot
- Improved performance of fetch instances
- New instance manager in /manager route
- Added extra files for chatwoot and appsmith
- Added Get Last Message and Archive for Chat
- Added env var QRCODE_COLOR
- Added websocket to send events
- Added rabbitmq to send events
- Added Typebot integration
- Added proxy endpoint
- Added send and date_time in webhook data
- Solved problem when disconnecting from the instance the instance was deleted
- Encoded spaces in chatwoot webhook
- Adjustment in the saving of contacts, saving the information of the number and Jid
- Update Dockerfile
- If you pass empty events in create instance and set webhook it is understood as all
- Fixed issue that did not output base64 averages
- Messages sent by the api now arrive in chatwoot
- Chatwoot: v2.18.0 - v3.0.0
- Typebot: v2.16.0
- Manager Evolution API
- Fixed error return bug
- Fixed error return bug
- Fixed problem of getting message when deleting message in chatwoot
- Change in error return pattern
- Fixed bug of creating new inbox by chatwoot
- When conversation reopens is pending when conversation pending is true
- Added docker-compose file with dockerhub image
- Fixed problems in localization template in chatwoot
- Fix mids going duplicated in chatwoot
- Fixed chatwoot line wrap issue
- Solved receive location in chatwoot
- When requesting the pairing code, it also brings the qr code
- Option reopen_conversation in chatwoot endpoint
- Option conversation_pending in chatwoot endpoint
- Adjusts in settings with options always_online, read_messages and read_status
- Fixed send webhook for event CALL
- Create instance with settings
- Fixed validation is set settings
- Adjusts in group validations
- Ajusts in sticker message to chatwoot
- Fixed reconnect with pairing code or qrcode
- Fixed problem in createJid
- Added connection functionality via pairing code
- Added fetch profile endpoint in chat controller
- Created settings controller
- Added reject call and send text message when receiving a call
- Added setting to ignore group messages
- Added connection with pairing code in chatwoot with command /init:{NUMBER}
- Added encoding option in endpoint sendWhatsAppAudio
- Added link preview option in send text message
- Fixed problem with fileSha256 appearing when sending a sticker in chatwoot
- Fixed issue where it was not possible to open a conversation when sent at first by me on my cell phone in chatwoot
- Now it only updates the contact name if it is the same as the phone number in chatwoot
- Now accepts all chatwoot inbox templates
- Command to create new instances set to /new_instance:{NAME}:{NUMBER}
- Fix in chatwoot set, sign msg can now be disabled
- Chatwoot: v2.18.0 - v3.0.0 (Beta)
- Fix in update settings that needed to restart after updated
- Correction in the use of the api with mongodb
- Adjustments to search endpoint for contacts, chats, messages and Status messages
- Now when deleting the instance, the data referring to it in mongodb is also deleted
- It is now validated if the instance name contains uppercase and special characters
- For compatibility reasons, container mode has been removed
- Added docker-compose files example
- Chatwoot: v2.18.0
- Adjust in create store files
- Chatwoot: v2.18.0
- Added messages.delete event
- Added restart instance endpoint
- Created automation for creating instances in the chatwoot bot with the command '#inbox_whatsapp:{INSTANCE_NAME}
- Change Baileys version to: 6.4.0
- Send contact in chatwoot
- Send contact array in chatwoot
- Added apiKey in webhook and serverUrl in fetchInstance if EXPOSE_IN_FETCH_INSTANCES: true
- Translation set to default (english) in chatwoot
- Fixed error to send message in large groups
- Docker files adjusted
- Fixed in the postman collection the webhookByEvent parameter by webhook_by_events
- Added validations in create instance
- Removed link preview endpoint, now it's done automatically from sending conventional text
- Added group membership validation before sending message to groups
- Adjusts in docker files
- Adjusts in returns in endpoints chatwoot and webhook
- Fixed ghost mentions in send text message
- Fixed bug that saved contacts from groups came without number in chatwoot
- Fixed problem to receive csat in chatwoot
- Fixed require fileName for document only in base64 for send media message
- Bug fix when sending mobile message change contact name to number in chatwoot
- Bug fix when connecting whatsapp does not send confirmation message
- Fixed quoted message with id or message directly
- Adjust in validation for mexican and argentine numbers
- Adjust in create store files
- Chatwoot: v2.18.0
- Tweak in route "/" with version info
- Adjusts chatwoot version
- Chatwoot: v2.18.0
- Adjusts in docker files
- Save picture url groups in chatwoot
- Native integration with chatwoot
- Added returning or non-returning participants option in fetchAllGroups
- Added group integration to chatwoot
- Added automation on create instance to chatwoot
- Added verbose logs and format chatwoot service
- Adjusts in docker-compose files
- Adjusts in number validation for AR and MX numbers
- Adjusts in env files, removed save old_messages
- Fix when sending a message to a group I don't belong returns a bad request
- Fits the format on return from the fetchAllGroups endpoint
- Adjust in send document with caption from chatwoot
- Fixed message with undefind in chatwoot
- Changed message in path /
- Test duplicate message media in groups chatwoot
- Optimize send message from group with mentions
- Fixed name of the profile status in fetchInstances
- Fixed error 500 when logout in instance with status = close
- Adjusts in temp folder
- Return with event send_message
- Route to send status broadcast
- Added verbose logs
- Insert allContacts in payload of endpoint sendStatus
- Adjusted set in webhook to go empty when enabled false
- Adjust in store files
- Fixed the problem when do not save contacts when receive messages
- Changed owner of the jid for instanceName
- Create .env for installation in docker
- Added configuration for Baileys log level in env
- Added audio to mp4 converter in optionally get Base64 From MediaMessage
- Added organization name in vcard
- Added email in vcard
- Added url in vcard
- Added verbose logs
- Added timestamp internally in urls to avoid caching
- Correction in decryption of poll votes
- Change in the way the api sent and saved the sent messages, now it goes in the messages.upsert event
- Fixed cash when sending stickers via url
- Improved how Redis works for instances
- Fixed problem when disconnecting the instance it removes the instance
- Fixed problem sending ack when preview is done by me
- Adjust in store files
- Fixed baileys version in package.json
- Fixed problem that did not validate if the token passed in create instance already existed
- Fixed problem that does not delete instance files in server mode
- Added group invitation sending
- Added webhook configuration per event in the individual instance registration
- Adjust dockerfile variables
- Improved fetch instances endpoint, now it also fetch other instances even if they are not connected
- Added conversion of audios for sending recorded audio, now it is possible to send mp3 audios and not just ogg
- Route to fetch all groups that the connection is part of
- Route to fetch all privacy settings
- Route to update the privacy settings
- Route to update group subject
- Route to update group description
- Route to accept invite code
- Added configuration of events by webhook of instances
- Now the api key can be exposed in fetch instances if the EXPOSE_IN_FETCH_INSTANCES variable is set to true
- Added option to generate qrcode as soon as the instance is created
- The created instance token can now also be optionally defined manually in the creation endpoint
- Route to send Sticker
- Adjust dockerfile variables
- tweaks in docker-compose to pass variables
- Adjust the route getProfileBusiness to fetchProfileBusiness
- fix error after logout and try to get status or to connect again
- fix sending narrated audio on whatsapp android and ios
- fixed the problem of not disabling the global webhook by the variable
- Adjustment in the recording of temporary files and periodic cleaning
- Fix for container mode also work only with files
- Remove recording of old messages on sync
- Adjust dockerfile variables
- Added Docker compose file
- Added ChangeLog file
- Ghost mention
- Mention in reply
- Profile photo change
- Profile name change
- Profile status change
- Sending a poll
- Creation of LinkPreview if message contains URL
- New webhooks system, which can be separated into a url per event
- Sending the local webhook url as destination in the webhook data for webhook redirection
- Startup modes, server or container
- Server Mode works normally as everyone is used to
- Container mode made to use one instance per container, when starting the application an instance is already created and the qrcode is generated and it starts sending webhook without having to call it manually, it only allows one instance at a time.