For the complete documentation index, see llms.txt. This page is also available as Markdown.

Triggers & Eligibility Rules

What Is A Trigger?

A trigger determines when an offer becomes available.

Think of it as the "if" part of an offer.

Example:

IF customer buys Sneakers

THEN show free gift.

The trigger is:

The offer is:


Trigger Type 1: Discount Code

This is the simplest trigger.

Example:

Customer enters:

Gift is automatically added or shown.

Best For

  • Marketing campaigns

  • Influencer codes

  • Email promotions

  • VIP rewards


Trigger Type 2: Cart Conditions

The extension automatically watches the cart.

Example:

As soon as sneakers are added:

No discount code required.


Trigger Type 3: Complex Conditions

You can combine multiple requirements.

Example:

Only qualifying customers see the offer.

Last updated