From 211c00ae24b61f2f807d00a8ab60384bb7e68115 Mon Sep 17 00:00:00 2001 From: Mathieu Faucher <99497774+Math-Fauch@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:23:27 -0800 Subject: [PATCH] chore(integrations/whatsapp): update youtube link (#14970) --- integrations/whatsapp/hub.md | 2 +- integrations/whatsapp/integration.definition.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/whatsapp/hub.md b/integrations/whatsapp/hub.md index 2cc355e5491..6460e7e04c8 100644 --- a/integrations/whatsapp/hub.md +++ b/integrations/whatsapp/hub.md @@ -1,4 +1,4 @@ - + The WhatsApp integration allows your AI-powered chatbot to seamlessly connect with WhatsApp, one of the most popular messaging platforms worldwide. Integrate your chatbot with WhatsApp to engage with your audience, automate conversations, and provide instant support. With this integration, you can send messages, handle inquiries, deliver notifications, and perform actions directly within WhatsApp. Leverage WhatsApp's powerful features such as text messages, media sharing, document sharing, and more to create personalized and interactive chatbot experiences. Connect with users on a platform they already use and enhance customer engagement with the WhatsApp Integration for Botpress. diff --git a/integrations/whatsapp/integration.definition.ts b/integrations/whatsapp/integration.definition.ts index 05396dc76cc..17469424c0c 100644 --- a/integrations/whatsapp/integration.definition.ts +++ b/integrations/whatsapp/integration.definition.ts @@ -93,7 +93,7 @@ const defaultBotPhoneNumberId = { } export const INTEGRATION_NAME = 'whatsapp' -export const INTEGRATION_VERSION = '4.8.0' +export const INTEGRATION_VERSION = '4.8.1' export default new IntegrationDefinition({ name: INTEGRATION_NAME, version: INTEGRATION_VERSION,