Plus addressing (also called subaddressing) lets you append tags to a base mailbox address so each workflow gets a unique inbound route.

Examples:

Teams searching for , , and typically want deterministic customer-level inbound routing with less operational overhead.

Quick answer

Use plus addressing when you need:

  1. customer-specific inbound segmentation
  2. simple routing rules without creating many mailboxes
  3. traceable message ownership across systems
  4. safer automation inputs for parsing and triage
  5. lower support and incident response latency

Plus addressing architecture pattern

1) Define a stable tag model

Choose a tag scheme that maps to customer, environment, and workflow identifiers.

2) Route inbound messages by tag

Use routing rules to dispatch to:

  • support pipelines
  • billing and finance systems
  • onboarding and success workflows

3) Capture and automate downstream actions

Trigger webhooks and automation based on tag and sender context.

Customer-routing checklist

  1. Standardize plus-address formats across teams.
  2. Validate that inbound parsing preserves the full tagged address.
  3. Route tagged inbound messages to isolated queues or handlers.
  4. Add fallback handling for unknown or malformed tags.
  5. Audit route ownership and response SLOs per tag group.

Testing and release controls

Before rollout:

FAQ

What is plus addressing?

It is an email addressing pattern where routes to a base mailbox while retaining the for processing logic.

Is plus addressing the same as aliases?

They overlap but are not identical. Plus addressing is a structured tagging convention on a base mailbox; aliases are separate mapped addresses.

Can I use plus addressing for customer routing?

Yes. It is a common pattern for customer-level inbox segmentation and automated inbound processing.