Restoapp logo

RestoApp Marketplace

max-delivery

Teaser:

Last Published: 4/26/2026

Author: webresto

Category:

Tags: sails, webresto, core

Free Module

Available Versions

  • 1.1.0 (Latest)
  • 1.0.4
  • 1.0.2
  • 1.0.1
  • 1.0.0

Description

Max Delivery 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.

Configuration

Add the following settings to your application’s configuration:

{
  "MAX_DELIVERY_TOKEN": "YOUR_BOT_TOKEN",
  "MAX_DELIVERY_CHAT_ID": "CHAT_ID"
}

Settings

  • MAX_DELIVERY_TOKEN — Max bot token from platform-api.max.ru
  • MAX_DELIVERY_CHAT_ID — Target chat ID to send notifications to

Notification Templates

Custom EJS templates are located in the views/ directory:

  • max.ejs — default template
  • max.ru.ejs — Russian locale template

Changelog

version 1.0.0

  • Initial release