From 585421c514c245cf754cbe477cfe7a6afdbe8764 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sun, 14 Jul 2024 10:50:38 -0300 Subject: [PATCH] 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. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b071a2..673dd108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * 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 +* 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 @@ -14,6 +14,7 @@ * 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 ### Fixed