chore: Update changelog with new features and bug fixes

- Update CHANGELOG.md with new typebot integration improvements
  - Media sent to typebot now goes as a template string, example: imageMessage|MESSAGE\_ID
  - Added debounce time for typebot messages
  - Tagging in chatwoot contact by instance
  - Ignore jids configuration added to typebot (will be used for both groups and contacts)
  - When S3 integration enabled, the media sent to typebot now goes as a template string, example: imageMessage|MEDIA\_URL
- Fix typo in CHANGELOG.md: * Media sent to typebot now goes as a template string, example: imageMessage:MESSAGE\_ID (corrected to |)

Please review the updated changelog for accuracy and completeness.
This commit is contained in:
Davidson Gomes 2024-07-14 10:50:38 -03:00
parent 484736facd
commit 585421c514

View File

@ -6,7 +6,7 @@
* Added chatwoot integration activation * Added chatwoot integration activation
* Added typebot integration activation * Added typebot integration activation
* Now you can register several typebots with triggers * Now you can register several typebots with triggers
* Media sent to typebot now goes as a template string, example: imageMessage:MESSAGE_ID * Media sent to typebot now goes as a template string, example: imageMessage|MESSAGE_ID
* Organization configuration and logo in chatwoot bot contact * Organization configuration and logo in chatwoot bot contact
* Added debounce time for typebot messages * Added debounce time for typebot messages
* Tagging in chatwoot contact by instance * Tagging in chatwoot contact by instance
@ -14,6 +14,7 @@
* Fixes and implementation of regex and fallback in typebot * Fixes and implementation of regex and fallback in typebot
* Ignore jids configuration added to typebot (will be used for both groups and contacts) * Ignore jids configuration added to typebot (will be used for both groups and contacts)
* Minio and S3 integration * Minio and S3 integration
* When S3 integration enabled, the media sent to typebot now goes as a template string, example: imageMessage|MEDIA_URL
### Fixed ### Fixed