#1349: Integration with MAX messenger
Отредактирована: 91 день назадTo connect the MAX messenger as a channel, you need to obtain tokens for the bot on the developer platform.
Instructions for registering on the MAX platform
Setting up Swarmica
You will need to have at least v5.8.0 to connect MAX bot to your Swarmica instance.
After creating a bot on the MAX platform, create a channel in Settings > General Settings > Channels > MAX and specify the received token:

After enabling the bot, restart the MAX container (or contact Swarmica support if you have the SaaS version):
sudo su -
cd /root/swarmica
docker compose up -d --scale max=0
docker compose up -d --scale max=1
Connecting MAX on existing installations
- Make sure that
maxis specified in theFEATURESvariable in the/root/swarmica/.envfile:FEATURES=max,telegram,vk,whatsapp_green,automations,... - Make sure that the
maxservice is in the/root/swarmica/docker-compose.ymlfile:max: <<: *django ports: [] command: /start-max labels: - "traefik.enable=false" - Restart the application with MAX images:
sudo su - cd /root/swarmica docker compose pull docker compose down docker compose up -d