An eReceipt is a digital receipt delivered to the customer after a transaction. Omneo-powered eReceipts go beyond basic receipt delivery — they are a high-value post-purchase touchpoint that keeps the customer in the brand ecosystem.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.
Why eReceipts matter
Traditional paper receipts are costly, wasteful, and ephemeral. eReceipts:- Reduce costs — paper, printing, and consumable spend
- Reduce return fraud — digital receipts are harder to forge and attached to known customers
- Save staff time — no printing, no receipt rolls to replace
- Reduce environmental impact — no paper waste
- Create a CX moment — the receipt becomes a branded, personalised touchpoint rather than a piece of paper in the bin
What Omneo can include in an eReceipt
Because the eReceipt is triggered by a transaction on a known profile, it can include dynamic, personalised data:| Element | Example |
|---|---|
| Itemised purchase | All line items with price and quantity |
| Reward earned this transaction | ”You earned $8.50 in rewards” |
| Reward balance | ”Your total reward balance is $23.50” |
| Tier status and progress | ”You’re $150 away from Gold status” |
| Active benefits | Display current entitlements |
| NPS or CSAT prompt | ”How was your experience today?” |
| Product care instructions | Linked from line item product data |
| Brand content | New arrivals, upcoming events, curated edits |
| Store contact details | Location, phone, opening hours |
How eReceipts are triggered
The eReceipt is sent via a Reaction ontransaction.completed. The reaction fires a target.send action to your comms platform, which delivers the email using the transaction data in the event context.
The event context for transaction.completed includes full line item data, profile data, and any incentive events that fired as part of the same transaction — making it possible to include reward earnings, tier updates, and benefit issues all in the same eReceipt.
Capturing email at point of sale
For eReceipts to work in-store, the customer must be identified before the transaction is finalised. The typical flow:- Staff ask if the customer is a member (or want to join)
- Identify or create the profile in Clienteling
- Attach the profile to the sale in the POS
- Transaction completes and fires to Omneo with the profile_id
- eReceipt reaction fires to comms platform
- Email delivered to customer
eReceipts as a join mechanic
For customers who are not yet members, the eReceipt email can include:- A join invitation with a pre-populated profile link
- A welcome reward for completing their profile
- A prompt to download a brand app (if applicable)