Articles
MAX for business: a bot receives an enquiry, AI answers and CRM saves the lead
Article
13 min read

How large MAX has become

MAX launched on March 26, 2025. According to VK, one year later more than 107 million people had registered and the daily audience exceeded 77 million. For March 2026, Mediascope estimated its average daily Russian audience aged 12 and older at 61.5 million and ranked MAX second among messengers.

The figures differ because they measure different things. The platform counts its total audience, while Mediascope measures Russian reach using its own methodology. Any audience number therefore needs a source, date and metric.

Since September 1, 2025, MAX has been included in the list of applications that must be pre-installed on smartphones and tablets sold in Russia. The Ministry of Digital Development also recommended that government bodies move work communications to domestic services by January 1, 2026, and budget-funded organisations by February 1. A recommendation and a complete real-world migration are not the same: implementation varies between organisations.

The practical conclusion for a business is that the audience is large, but this does not prove that your customers are ready to contact you in MAX. A pilot and real enquiries are the only reliable test.

VK also reported 3.6 million public and private channels in March 2026. MAX is therefore no longer an empty field with no competition. The opportunity is not merely to “be first,” but to connect the channel, bot, CRM and customer service properly before competitors do.

How MAX differs from Telegram for business

To a user, the bots look familiar: open a chat, press buttons, receive answers and submit a request. Entry to the platform is organised differently.

  1. An official MAX bot can be created only by a verified Russian-resident legal entity, individual entrepreneur or self-employed person. Ordinary individuals and non-residents cannot currently complete business verification.
  2. Every bot passes moderation. The development token becomes available after successful moderation.
  3. A bot username is generated automatically. Legal entities and individual entrepreneurs receive a pattern based on their tax number; self-employed users receive an identifier based on the business profile. A custom username cannot currently be selected.
  4. A mini app cannot be connected on its own. It is launched through a bot.
  5. Bulk messages without prior user consent are prohibited by MAX rules. A bot is suitable for service and agreed communications, not spam.

This does not make MAX universally better or worse than Telegram. It means that setup is more formal and the bot is more closely tied to a verified business.

What a business can already build in MAX

A bot for leads and appointments

A basic workflow can:

  • show services, prices and answers to common questions;
  • clarify what the customer needs;
  • collect a name, phone number and comment;
  • offer an appointment date and time;
  • send the lead to the responsible employee;
  • preserve the source of the enquiry.

AI is not always required. If a company offers ten clear services and follows a short workflow, a conventional menu is faster, cheaper and more predictable.

An AI consultant connected to a knowledge base

AI becomes useful when customers ask questions in their own words and a simple menu is no longer enough — for example, when they need to select a service, compare options, clarify terms or find an answer in company documents.

The AI model does not run inside MAX itself. The messenger sends a message to the bot or connected channel; your server sends the text to an AI model, receives the answer and returns it to the customer. With RAG, the model answers from the company knowledge base and can link to the source document.

A sound implementation makes the AI:

  • answer only within the supplied materials;
  • avoid inventing prices or terms;
  • ask for clarification when a question is ambiguous;
  • hand a complex conversation to a manager;
  • stop replying when a person enters the conversation.

When an external AI model is used, the data route must be designed deliberately. Phone numbers, addresses and other personal information should not be sent to the model when they are not needed for the answer.

An internal assistant for employees

The same principle works inside a company. An employee asks about a policy, price, instruction or procedure, and the bot finds an answer in approved materials.

This is particularly useful when employees already use MAX for work communications. The bot does not replace document management: the knowledge base still needs an owner, current versions and clear access permissions.

Two ways to connect MAX to CRM

This distinction causes the most confusion. A company can use an official MAX bot, or connect a separate MAX account by phone number through a third-party service. These are different solutions.

Option 1: an official MAX bot

The business creates and verifies a profile on the MAX partner platform, submits a bot for moderation and receives a token. The bot can then connect directly to the company's server, a bot platform or a CRM integrator.

This option is better when the project needs:

  • menus and buttons;
  • forms and questionnaires;
  • automated workflows;
  • AI connected to a knowledge base;
  • a mini app;
  • precise source tracking.

The bot is not an employee's personal account. Customers communicate with a dedicated business identity.

Option 2: a separate MAX account through Wazzup

Wazzup can connect a MAX account by phone number and QR code, then expose conversations in amoCRM, Bitrix24 and other systems. This option does not require an official MAX bot.

It is convenient when a company wants to preserve a familiar person-to-person chat from a work account: customers write in MAX, managers answer from CRM, supervisors see the history and enquiries are distributed among employees.

The distinction matters: this is a third-party integration, not the official MAX Bot API. Its functions and stability depend on both Wazzup and changes in the messenger.

I would use a separate work number and MAX account for this connection. A personal account containing family or private conversations should not be attached to a shared CRM, because synchronised messages may become visible to employees with access to the channel.

Wazzup also supports official MAX bots by token. A business should therefore first choose between a regular work account in CRM and a full bot with automated workflows.

How AI works on top of Bitrix24

I have a module that connects to Bitrix24 Open Channels. It receives a message from a channel, queries the knowledge base and AI model, returns the answer and stops when a manager joins the conversation.

This architecture has already been tested with WhatsApp and Telegram. MAX can be attached to the same Open Channel through Wazzup, but each client deployment must still be tested end to end:

  1. the message from MAX reaches the correct Open Channel;
  2. the AI receives the customer's actual incoming text;
  3. the answer returns to the correct conversation;
  4. a manager's message pauses the AI;
  5. repeated events do not create duplicates.

Only after this test is it accurate to call the combination operational. A shared architecture makes a new channel easier to add, but it does not replace a real integration test.

What CRM actually provides

A correctly configured integration can:

  • save the conversation in the contact record;
  • create a lead or deal according to a chosen rule;
  • assign the responsible manager;
  • record the source;
  • keep the conversation history;
  • transfer the dialogue from AI to a person.

The word “can” matters. CRM will not guess how to detect duplicates, when to create a deal or who should receive a customer. Those rules must be configured around the company's process.

MAX channels for customers and employees

MAX supports public and private channels.

A public channel appears in search and can carry news, offers, useful materials and company updates. Through the MAX partner platform, a legal entity or individual entrepreneur can create up to ten such channels, while a self-employed person can create one. Businesses that already own a registered A+ resource on VK, Dzen, Odnoklassniki or Telegram can use a separate process to transfer its name and username.

A private channel is available by invitation. It can be used for internal announcements and materials for employees, branches or selected groups. Any account registered to a Russian phone number can create one, and the number of private channels is not limited.

A practical funnel is:

  • the channel publishes content;
  • a post sends the reader to a bot;
  • the bot answers and accepts the enquiry;
  • CRM saves it.

The source can be tracked with a deep link:

https://max.ru/<botName>?start=<payload>

The parameter does not measure anything by itself. The bot must receive the payload, save the label and pass it to CRM with the lead.

When a mini app is appropriate

Chat is convenient for a short conversation. When a user needs to select many parameters, compare items or complete a long form, a mini app inside MAX is a better interface.

A mini app can contain:

  • a product or service catalog;
  • a calculator;
  • appointment booking with date and time selection;
  • a complex questionnaire;
  • lead or order status;
  • a personal area for a client or employee.

The mini app is a web interface inside the messenger and is connected through a bot. The server, database, CRM and AI remain part of your own infrastructure.

Real limitations in July 2026

MAX has limitations as well as opportunities.

  1. The iPhone problem. In June 2026 the application was removed from Apple's App Store. At the time this article was prepared, ordinary new installations and updates on iPhone were unavailable, while installed applications had problems receiving push notifications.
  2. Verification and moderation. An official bot is unavailable to an ordinary individual. Both the business profile and bot are checked, so a launch “in a few minutes” should not be promised.
  3. Automatic usernames. A custom attractive address cannot always be selected for a new bot or business channel.
  4. No spam. Bulk messaging without user consent is prohibited.
  5. Dependence on a third party. A regular account through Wazzup is convenient but adds another service with its own prices, rules and updates.
  6. AI needs separate infrastructure. A model, knowledge base, logs, access controls and operator handover do not appear automatically when a bot is created.
  7. The platform changes quickly. API functions, rules and interfaces must be checked before each deployment.

Should a business enter MAX now?

I would not move everything to MAX merely because the messenger is growing quickly. I would test it when:

  • customers already ask whether they can write in MAX;
  • the organisation serves a broad Russian audience;
  • employees already use MAX;
  • enquiries from several messengers need to enter one CRM;
  • there is a clear use case for a bot, channel or knowledge base.

The best starting point is one measurable process, not a huge project. A bot can accept leads for one service, send them to CRM and run for a month. The business can then measure enquiries, completed forms, response time, qualified leads and manager handovers.

If the figures are good, AI, booking, a mini app and other workflows can be added. If customers do not use the channel, the company learns this from a small pilot rather than after an expensive build.

The conclusion

MAX is already a significant channel, but it is not a magic sales button. Its value does not come from registration or from adding the word “AI.” Value appears when the complete chain works:

customer writes -> receives an answer -> leaves details -> the lead enters CRM -> a manager continues the conversation.

One company may need a simple bot. Another may need a work MAX account in CRM. A third may benefit from AI connected to documents or an internal employee assistant. Choose the process first and the tool second.

I build websites, bots, AI assistants and CRM integrations. My projects and contacts are collected on the Roman Mikhailov developer page, while the available solutions are listed in the RM Systems catalog.

Sources