Global & custom ruleset coexistance | Community
Skip to main content
Michael_Soprano
Level 10
July 1, 2026
Question

Global & custom ruleset coexistance

  • July 1, 2026
  • 1 reply
  • 0 views

Lets assume that I create

  1. global ruleset: max 3 email per week
  2. sales xyz rulest: 2 emails per week 

Customer already got 3 emails per week but these campaigns were not assegned “sales xyz rulest”. 

If I create new campaign with “sales xyz rulest” and then global ruleset automatically excludes that customer from the sendout? 

How global and custom rulesets coexists? 

1 reply

SatheeskannaK
Community Advisor
Community Advisor
July 1, 2026

@Michael_Soprano 

Global Default Rule Set - By default, the Global Default Rule Set automatically governs all message traffic across your selected channels. There is no need to manually attach it; it remains active for the entire organization unless the rule itself is deactivated.

Custom Rule Sets - Custom rule sets, such as a "sales xyz ruleset," operate on an opt-in basis. These are only applied to specific messages when a user manually selects "Add Business Rule" within the campaign or journey content.

Note: Every rule set tracks its own unique counter for each profile. Because the Global counter monitors all channel activity, it increments with every message sent. Conversely, counters for named rule sets like "sales xyz" only increase when a message has been specifically tagged with that set.

In your scenario, the customer is excluded from the send. Because the system evaluates both rules simultaneously at the time of the send:

  • Global Limit: 3/3 utilized → send is blocked due to the cap
  • Named "sales xyz": 0/2 → would otherwise be permitted

This happens because the Global cap was already hit, meaning your new 2/week rule never actually becomes the determining factor.

Thanks, Sathees