Top
New to MailBeez? Start learning the basics
Advanced Module - Version 5.0001 updated 19. Dec. 2025

Routing


Get this Module as part of following plans:

Start Up

S M L

Business

S M L

Enterprise

S M L

With the Routing module you control which review portal your customers are invited to. This allows you to distribute your reviews across multiple portals – for example, two thirds to Google Reviews and one third to Ausgezeichnet.org.

How it works

The module uses a stable, pseudo‑random distribution:

  1. A random number is calculated from the order number.
  2. A modulo operator is applied to this value, e.g. mod 3.
  3. Depending on the result (0, 1, 2, ...), the invitation is sent via a specific review module.

This way every order gets a reproducible, statistically even assignment to the review portals you define.

Configuration example

A typical setup might look like this:

order_id|mod:3|0|ausgezeichnet_advanced
order_id|mod:3|1,2|googlereviews_advanced
  • For each random number mod 3 is calculated.
  • If the result is 0, the invitation is sent via the ausgezeichnet_advanced module to Ausgezeichnet.org.
  • If the result is 1 or 2, the invitation is sent via the googlereviews_advanced module to Google Reviews.

In practice this means:

  • 1/3 of your orders are routed to Ausgezeichnet.org.
  • 2/3 of your orders are routed to Google Reviews.

By adjusting the modulo value and the result mappings you can precisely control what share of your invitations goes to which review portal.

Benefits

  • Even, statistically solid distribution of reviews across multiple portals
  • Reproducible behaviour: the same order is always assigned to the same portal
  • Powerful yet simple control of complex routing scenarios using just a few configuration lines

Configuration in MailBeez v5

With MailBeez v5 a user‑friendly configuration UI will be available for rating routing. Instead of editing configuration lines manually you will be able to:

  • select and add review portals
  • define the desired distribution percentage via the UI
  • easily test the resulting routing rules

Until then you can already use the module productively by configuring the routing rules directly in the module configuration as shown above.


Compatibility
This module is compatible with following shop systems

Gambio GX2..GX5

Modified-Shop 1.x/2.x/3.x

ZenCart 1.3.x/1.5.x/2.x

osCommerce 2.x

MailBeez.io API V2


Changelog

v5.0.1

19.12.2025

    • multiple improvements

v5.0.0

18.12.2025

    • initial release

Found errors? Think you can improve this documentation?   edit this page

MailBeez Roadmap 2025 - read more