From 966b287026e7489b672fa60bd7c6f49105e934c3 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Thu, 5 Oct 2023 16:01:47 -0300 Subject: [PATCH] feat: webhook base64 option --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ef7281..f0c1427d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Feature * Swagger documentation +* Added base 64 sending option via webhook ### Fixed @@ -13,6 +14,7 @@ * 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 # 1.5.2 (2023-09-28 17:56)