30/04/2026
Bots now respond more naturally when a customer asks about something outside the bot's scope. Instead of 'correcting' the customer, listing what the business does or doesn't do, or dumping a menu of services, the bot replies in one short line and offers to hand the conversation over to a human agent — and tags the conversation as **מבקש נציג אנושי** so your team can find it. The bot never promises a reply or a timeframe, just makes sure nothing falls through the cracks. The Bot Owner's own instructions still take priority and can override this behavior.
Bots automatically know the current date and time when responding, in the user's local timezone. Timezone is detected from the user's browser, or — for messaging channels like WhatsApp — derived from the phone number's country code. This means bots can correctly handle requests like 'remind me tomorrow', 'what time is it now', or 'schedule for next Monday' without you needing to configure anything.
Impact: You can now mark a conversation as **Manual (Permanent)** so the bot never replies to it — perfect for friends, family, or any contact you want to handle yourself only.
How it works: Open the conversation's bot picker and choose **Manual Mode (Permanent)**. From that point on, your replies stay manual, the auto-return timer is ignored, and any incoming message will not be answered by the bot. The existing **Manual Mode (Temporary)** still auto-returns to the bot after the configured timeout.
To re-enable the bot: pick a specific bot or **Default** from the same picker.
New 'Rate Limit' node in the Logic category lets you cap how often a workflow path runs per hour or per day, optionally bucketed by a key (e.g. {{user_phone}}). Two handles — On allowed and On limit exceeded — make use cases like 'send a missed-call template only once a day per caller' trivial.
26/04/2026
Build automations that react when a phone call goes unanswered. Two new workflow triggers — Incoming Missed Call and Outgoing Missed Call — fire after a call ends without being answered, so you can automatically send a follow-up SMS or WhatsApp, create a CRM task, hand the contact to an agent, or call back through any of your channels.
21/04/2026
Impact: Dictate your bot's instructions instead of typing.
Tap the new microphone button next to the emoji picker to record — partial words appear live as you speak, and the transcript is inserted at your cursor.
A small language badge above the mic shows the active listening language (EN, ע, ES, …). Click it to switch on the fly — recording restarts in the new language without losing what you already dictated. Defaults to your current UI language (English on /en/, Hebrew on /he/, etc.).
The textarea is locked while recording so you can't accidentally clobber the incoming transcript.
16/04/2026
14/04/2026
Anywhere you pick a contact, you can now create a new one without leaving the screen. Start typing a name, phone, or email — if no match is found, click 'Create {name}' at the bottom of the list and a quick-create form opens pre-filled with what you typed. After saving, the new contact is selected automatically. The create option is always visible, even when there are other matches.
Adding a custom field to a pipeline now opens the full field editor, letting you pick the type (text, number, date, contact) and set whether it's a main field or hidden from editing — the same options you get when editing an existing field.
You can now add a new stage to your pipeline without opening the board settings. A New Stage button appears after the last column in the Kanban view and opens the same stage editor you already use.
13/04/2026
Dark mode now has better contrast and a more polished look, making it easier on the eyes during long sessions and improving readability across the app.
12/04/2026
10/04/2026
09/04/2026
08/04/2026
06/04/2026
03/04/2026
30/03/2026
29/03/2026
27/03/2026
26/03/2026
25/03/2026
24/03/2026
23/03/2026
22/03/2026
21/03/2026
20/03/2026
19/03/2026
18/03/2026
17/03/2026
16/03/2026
15/03/2026
11/03/2026
10/03/2026
09/03/2026
You can now create broadcasts with templates that are still pending Facebook approval. Messages will be queued and sent automatically once the template is approved. If the template is rejected, the broadcast will be cancelled. Scheduled broadcasts with pending templates are also supported — they respect both the approval and the scheduled time.
08/03/2026
You can now manage your contact labels from the Contacts page. Rename labels, change their colors, or delete ones you no longer need — all from a single modal. Click 'Manage Labels' next to your label filters to get started.
You can now add a secondary title (preheader) to your email templates. This text appears as a preview snippet in the recipient's inbox, right next to the subject line — helping your emails stand out and get more opens. Emoji support included! 🎉
You can now add emojis directly to your email template subject line using the new emoji picker button, making your email subjects more expressive and eye-catching.
In the emails channel, you can now see the original formatted emails instead of just the plain text version — keeping the original layout, images, and styling intact.
05/03/2026
Your bot can now check your Google Calendar for free/busy times and create events automatically — like having a built-in Calendly. When a customer asks to book a meeting, the bot checks your real-time availability and schedules it directly on your calendar, no extra tools needed.
Get an instant AI-powered summary of any conversation right from the conversation menu. Each channel can also have its own custom summary prompt, so summaries are tailored to your business needs.
You can now search for conversations that contain matching messages. Search results are split into Contacts and Messages sections, and clicking a message result opens the conversation with the search highlighted.
04/03/2026
02/03/2026
01/03/2026
26/02/2026
25/02/2026
22/02/2026
19/02/2026
18/02/2026
17/02/2026
16/02/2026
Every link sent in a conversation is now automatically tracked. You can see how many times each link was clicked and when, so you know which content resonates with your contacts.
15/02/2026
You can now add private notes to any conversation. Use them to share background context, internal comments, or important details about a customer with your team. Notes are visible to all agents but hidden from the customer. Click the note icon in the chat header to view, add, edit, or delete notes.
Contact phone numbers are now shown next to names in conversation lists and chat headers, formatted in local style (e.g., 052-3737233). This makes it easier to identify contacts at a glance, especially when dealing with multiple contacts who might have similar names.
12/02/2026
A new workflow node type that lets you send emails directly from your automation flows. Configure recipients, subject, and body with dynamic variables to create automated email notifications and alerts.
11/02/2026
Assign conversations to specific team members with a user selector and see who's handling what with agent avatars. Also added AI query assistance and per-user databases.
A new workflow node that automatically assigns conversations to a specific agent. Route incoming chats to the right team member based on your workflow logic — no manual handoff needed.
A new workflow node that sends a custom prompt to AI and returns the response. Use it to generate text, extract information, classify messages, or transform data — all within your workflow using GPT-4o or other models.
A new workflow node that lets AI generate and run SQL queries on your connected databases using natural language. Just describe what data you need, and the AI builds and executes the query for you — no SQL knowledge required.
You can now create dedicated PostgreSQL databases for your account to store custom data like customer records, orders, or any business data. Each database is isolated and secure, with a built-in SQL editor and visual table viewer for easy data management. Perfect for integrating with workflows to store and query your own data.
Workflows can now call external APIs with the new HTTP Request node. Choose your method (GET, POST, PUT, PATCH, DELETE), set headers and body, and route the workflow based on success or failure — ideal for integrating with third-party services and webhooks.
You can now run SQL queries on your databases directly from workflows. Connect a database, write your query, and use the results in subsequent workflow steps — perfect for data lookups, record updates, or building dynamic responses based on your data.
10/02/2026
08/02/2026
06/02/2026
05/02/2026
04/02/2026
Turn conversations into tickets to track customer requests through to resolution. New call forwarding server routes calls properly, and Twilio SMS forwarding now works reliably.
Now you can create custom slash commands that appear when users type '/' in WhatsApp chat. Add up to 30 commands like /help, /contact, or /pricing - each with a helpful description. When customers type '/', they instantly see all available options, making it easier to interact with your bot without needing to guess. Commands sync directly with WhatsApp in real-time, so changes take effect immediately.
Create scannable QR codes and short links that open WhatsApp with a pre-filled message. Perfect for print materials, packaging, signage, or marketing campaigns. Edit your message anytime—the link stays the same. Customers scan or click, and they're instantly chatting with you. Managed directly through WhatsApp's official system for maximum reliability.
03/02/2026
Your workflows now execute reliably end-to-end with a new runner. Bot preview tab lets you test inside a device frame, and filter tooltips explain what each button does.
You can now view CRM information directly within conversations. Set up your CRM iframe source URL in the channel details page, and it will appear on the conversation screen. The iframe will display additional CRM data related to the current conversation, enhancing your ability to manage customer interactions. On desktop, the iframe opens on the side, while on mobile, it opens in a modal. You can toggle the iframe visibility using a button in the conversation header.
You can now use passkeys as a secure and convenient way to log in to your account. This feature allows you to authenticate using biometric methods like fingerprint or facial recognition, or with a security key, providing enhanced security without needing to remember a password. This update also fixes the issue where adding a second passkey would result in an error. Now, you can manage multiple passkeys seamlessly.
You can now easily upload images to your conversations by simply dragging and dropping image files from your computer directly into the chat area. This feature makes it more convenient to share images, as you no longer need to use the file picker. Just drag your image over the conversation area, drop it, and it will be ready to send. This works in both conversation and bot preview modes, supporting images up to 16MB.
The chat input box now automatically focuses when you open or switch between conversations. This improvement ensures that you can start typing your messages immediately without needing to click on the input box first. This feature is designed to enhance usability and streamline your messaging experience.
02/02/2026
01/02/2026
28/01/2026
Sometimes you respond faster than the bot. If you send a manual message while the bot is still typing, the conversation automatically switches to manual mode and the bot stops responding. This prevents users from receiving duplicate responses from both you and the bot.
When you send multiple messages while the bot is thinking, it now responds only to your most recent message instead of replying to all of them. This makes conversations feel more natural, as the bot considers your previous messages but focuses its response on what you just asked.
Test how your bot handles rapid-fire messages by sending multiple questions before the bot finishes responding—useful for simulating real users who send partial messages quickly (like in WhatsApp). Enable in Account Settings > Features.
27/01/2026
26/01/2026
Work late at night and schedule your broadcast to send tomorrow morning. Enjoy your life while your messages are delivered at the perfect time.
Templates now support multiple links with custom titles. You can add links to buttons and assign each link its own descriptive title.
Impact: You can now manually set WhatsApp template names instead of auto-generated ones.
Benefit: Full control over template naming for better organization and Facebook compliance.
How to enable: Go to Account Settings → Templates section → Toggle on 'Let me give name to template'. Template names must follow Facebook rules: lowercase letters, numbers, and underscores only (max 512 characters).
Impact: Set a default country code for each channel, allowing phone numbers to be entered without area codes when broadcasting or using other features.
Impact: Preview exactly how your broadcast will appear before sending to anyone.
Benefit: Send test messages directly to your own WhatsApp first, so you can verify everything looks perfect before reaching thousands of contacts. No more creating broadcasts with a single recipient just for testing.
25/01/2026
09/12/2025
Title: Find Conversations Instantly
Impact: Quickly locate specific conversations by typing a customer's name or phone number
Benefit: Search filters conversations in real-time as you type, with automatic Israeli phone format conversion (searching 052... also finds 97252...)
Title: Dynamic Variable Validation in Template Builder
Impact: The Create Template button is now disabled when template parameters are invalid
Benefit: Prevents submission of templates with non-sequential parameters (e.g., $1, $3 without $2)
---
Title: Channel Health Info at a Glance
Impact: See your WhatsApp channel's messaging tier, quality rating, and review status directly on the channel page
Benefit: Quickly understand your channel's limits and status without leaving the app
The channel detail page now shows:
You can also now change your channel's default bot directly from this page.
---
Title: Test Your Bots via WhatsApp
Impact: Bot creators can now test their bots through WhatsApp before going live
Benefit: Send a message to our test number and instantly chat with your bot as if it were already deployed
How it works:
1. Open your bot in the Bot Builder
2. Click the green test flask icon (only visible if your bot has a Test ID)
3. Click "Open in WhatsApp" - a pre-filled message with your bot's Test ID will open
4. Send the message and start chatting with your bot through WhatsApp
Each user gets their own private test channel where all test conversations are stored, so you can see them in your Chats screen just like regular conversations.
---
08/12/2025
Quickly find conversations by filtering them based on their assigned labels.
Organize and locate specific conversations instantly by selecting labels as filters, helping you focus on particular topics, priorities, or customer segments without scrolling through your entire conversation list.
Quick access: Click any label to instantly show only conversations tagged with it, making it simple to review related discussions
Multiple filter support: Apply multiple label filters at once to narrow down to exactly the conversations you need
Insert dynamic placeholders into message templates that get replaced with actual data when sending.
Create personalized message templates using variables like customer names, dates, or custom fields that automatically populate with real values when the message is sent, making mass communication feel personal without manual editing.
Live preview: See exactly how your template will look with sample data before saving, ensuring formatting and variable placement work as intended
Flexible variables: Use any variable name in your template - the system adapts to whatever data you provide when sending the message
---
05/12/2025
Configure up to 4 ice breaker prompts that appear when users start a conversation with your WhatsApp business number.
Guide customers with suggested actions like "Book an appointment" or "Track my order" that they can tap when opening a chat for the first time, reducing friction and helping users understand how to interact with your business
---
Find bots faster with type-to-search in bot selection dropdowns.
When choosing a bot from a dropdown, start typing to instantly filter the list by bot name
---
Share bots with team members and control their access level with owner, editor, or viewer permissions.
Multiple people can now collaborate on the same bot without sharing login credentials, with granular control over who can view, edit, or fully manage each bot.
Permission management: Enter a phone number to grant access instantly - no invitation or approval needed
---
Track how many recipients respond to your broadcast messages within 24 hours of receiving them.
Every broadcast now shows engagement metrics including reply rate, helping you understand which messages resonate with your audience and measure the effectiveness of your outreach campaigns.
Reply tracking: Only the first reply from each recipient within 24 hours counts, providing accurate engagement measurement without inflating numbers from follow-up conversations
Historical data: All past broadcasts automatically show reply statistics, including messages sent before this feature was added
---
30/11/2025
Quick reply buttons: Buttons in messages now send responses immediately when clicked instead of requiring a second click to submit
Chat message bubbles: Messages now use more screen space on narrow displays, making text easier to read on small devices
Bot reactions in preview mode: Reactions sent by bots to user messages now appear immediately in the preview chat interface
Bot responses now appear word-by-word as the AI generates them instead of waiting for the complete message.
Conversations feel more responsive and natural as users see responses forming in real-time with immediate feedback during longer AI-generated replies.
Streaming indicator: Messages actively being generated display an animated icon showing the AI is working on the response
---
27/11/2025
Test how your embedded widget appears before adding it to your website.
Features:
Preview exactly how visitors will interact with your widget before installation
Bots can now search Google Sheets data in any language, automatically translating search terms to match the column language.
Features:
Bot finds correct data regardless of language mismatch between user query and spreadsheet content
---
Users can now install Boti as an app on their phone or computer for quick access without opening a browser.
Features:
Access your chatbots faster with a native app experience on any device
---
Embedded chat widgets now match your website branding with custom colors and smooth animations.
Features:
Match your brand colors and provide clear visual feedback to website visitors
---
Smart suggestions appear instantly when naming bots or labeling images, reducing time spent on repetitive naming tasks.
Features:
Bot names and image titles write themselves based on actual content and purpose
Improvements:
---
Bug Fixes:
---
Alert messages throughout the system now display in centered modal windows with smooth animations and clear styling.
Improvements:
Error messages, confirmations, and notifications are now more noticeable and easier to acknowledge
---
Bug Fixes:
---
Emojis now insert at the exact cursor position in conversations instead of always appearing at the end of the message, allowing precise placement within text
---
Users can now add emojis directly in the bot instructions editor with a single click.
Features:
Simplifies adding expressive elements to bot personality and responses without copying from external sources
---
Mixed Hebrew and English text now flows naturally in the correct reading direction within messages and conversations, improving readability when switching between languages
---
AI assistant reviews bot instructions and provides actionable improvement suggestions directly in the bot builder.
Features:
Users receive expert guidance on writing effective bot instructions without leaving the builder interface
---
26/11/2025
Message bubbles now automatically detect Hebrew text and apply correct text direction.
Improves readability for Hebrew messages with proper text alignment
Message formatting now detects and converts plain text URLs into clickable links automatically.
Features:
Bug Fixes:
Users can now click on URLs in messages to open them directly without copy-pasting
---
25/11/2025
Introduced a comprehensive add-ons system to help users discover and manage their bot's special features.
New Pages:
Features:
Available Add-Ons:
Technical:
Users can now easily discover all the special powers their bots have and understand how to use them
Logged-in users are automatically redirected from the login page to prevent unnecessary authentication attempts.
Users already signed in no longer need to manually navigate away from the login page
---
24/11/2025
Store images in your bot's album and let your bot send them during conversations.
Bot owners can now create image libraries and instruct their bot when to send specific images based on user queries
Automatically greet new users when they start chatting with your bot in web preview.
Bots can now introduce themselves or explain their capabilities when users first interact with them
---
23/11/2025
Messages with line breaks now display correctly in the web interface.
Messages with multiple paragraphs or line-separated content now appear as intended across all channels
Create new templates by copying and editing existing ones instead of starting from scratch.
Templates can now be cloned to create variations for different languages, seasons, or products
---
19/11/2025
Fixed location messages sent from bot not saving location data correctly. Location coordinates, name, and address now properly stored in database. Real-time updates now include location data for bot-sent locations.
View messaging costs and usage analytics for each WhatsApp channel.
---
18/11/2025
17/11/2025
Chat messaging is now fully operational across the platform.
Improved code structure by extracting shared chat components.
---
Input box automatically adjusts text direction based on language.
---
When a bot receives a message, it now marks the message as read and shows a typing indicator.
---
Message bubbles now display time in 24-hour format instead of 12-hour format.
---
Messages now display delivery and read status with WhatsApp-style checkmarks.
---
Conversations now automatically reset context when bot settings change or broadcasts are sent.
---
Each conversation now displays its bot status with quick-access controls directly in the conversation list.
---
Added ability to send images, videos, and documents in chat conversations.
---
Receive images, videos, and documents from WhatsApp users.
---
16/11/2025
Templates now generate unique names and detect language automatically using AI.
Extended user verification session duration from default to 365 days.
---
Users can now create and manage business profiles for their WhatsApp accounts directly within the platform.
Business profiles display publicly to customers contacting your WhatsApp number.
---
Added preview functionality for WhatsApp message templates before sending or saving.
Users can now see exactly how WhatsApp templates will appear to recipients, reducing formatting errors and improving message quality.
---
15/11/2025
Added comprehensive documentation for four key platform features to improve user onboarding and feature adoption.
*Impact: Users can now access complete setup instructions and troubleshooting steps for these features without contacting support.*
13/11/2025
Added a link shortening service that generates short links and tracks click analytics.
Added automatic bot assignment for conversations when no specific bot is selected.
---
Bot broadcasting now supports message templates and includes message deletion capabilities.
**New Features**
**Bug Fixes**
---
Added media upload capability for WhatsApp message templates with local file storage support.
---
Updated the broadcast page layout to reduce visual complexity and improve usability.
---
12/11/2025
Added webhook forwarding with administrative controls for routing incoming webhooks to external endpoints.
Added support for multiple users with individual accounts and permissions.
---
Updated WhatsApp account management to support phone number identification for improved account routing.
**Impact**: Users managing multiple WhatsApp accounts can now distinguish between accounts using phone numbers, reducing confusion when switching between different WhatsApp business accounts.
---
Added country selector with dial codes and flags to streamline international phone number entry.
---
11/11/2025
Added custom marketing templates with comprehensive documentation and API support.
Added message templates feature for creating and organizing reusable message content.
---
Users can now send messages from bots to multiple phone numbers simultaneously.
---
Browser tabs now display specific page titles that reflect the current page content.
---