Incentive notifications are the comms that close the loop between earning and action. A customer who earns a reward but never hears about it won’t come back to spend it — the notification is part of the incentive.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Common incentive notification types
| Notification | Trigger | Timing |
|---|---|---|
| Welcome reward issued | Profile created | Immediately on join |
| Reward earned | Transaction completed | Within minutes of purchase |
| Tier upgrade | Tier attained | Immediately on attain |
| Tier at risk | Anniversary approaching with insufficient spend | 30-60 days before anniversary |
| Reward expiry reminder | X days before expiry | Configurable (typically 14 days) |
| Benefit issued | Benefit created on profile | Immediately on issue |
| Birthday reward | Birthday approaching | Typically 3-7 days before birthday |
| Balance summary | Scheduled campaign | Monthly or quarterly |
How notifications are triggered
Incentive notifications are sent via Reactions. Each reaction can include atarget.send action that fires a notification payload to your connected comms platform (Klaviyo, Salesforce Marketing Cloud, Braze, etc.).
The typical flow:
- Event fires (e.g.,
transaction.completed,tier.achieved,reward.expiring) - Reaction evaluates any conditions
target.sendaction fires with the relevant event context- Comms platform receives the payload and sends the email/SMS/push notification
Reward earned notification
The most common incentive notification. Configure this as a reaction ontransaction.completed:
- Customer first name
- Reward amount earned this transaction
- Total reward balance
- Balance expiry date (if applicable)
- CTA linking to Profile Portal or your eCommerce account page
Tier change notification
Configure ontier.achieved to celebrate upgrades:
tier.achieved includes the tier handle and name, which lets you personalise the message to match the tier (Gold, Platinum, etc.).
Expiry reminder notification
Omneo can fire a reaction on a scheduled basis to find customers with rewards expiring soon. Use an Automation (scheduled reaction) that runs daily and filters for profiles with a reward expiry within the next 14 days:The exact filter attribute names for reward expiry reminders depend on your Omneo configuration. Confirm with your Omneo team which aggregation fields are available for expiry-based scheduling.