Teaser:
Last Published: 4/26/2026
Author: webresto
Category:
Tags: sails, webresto, core
Free Module
This module sends food order notifications via Max messenger. It integrates with the Max platform API to deliver order updates directly to configured chats.
Add the following settings to your application’s configuration:
{
"MAX_DELIVERY_TOKEN": "YOUR_BOT_TOKEN",
"MAX_DELIVERY_CHAT_ID": "CHAT_ID"
}
MAX_DELIVERY_TOKEN — Max bot token from platform-api.max.ruMAX_DELIVERY_CHAT_ID — Target chat ID to send notifications toCustom EJS templates are located in the views/ directory:
max.ejs — default templatemax.ru.ejs — Russian locale templateversion 1.0.0