A Visit records a customer’s physical presence at a location — a store check-in, an appointment, or any other in-person interaction that you want to track separately from a transaction. Visits differ from Transactions in that they do not imply a purchase. They are useful for: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.
- Recording footfall and engagement independently of spend
- Triggering reactions based on a visit (e.g., issue a benefit after a customer visits 5 times)
- Tracking appointments, consultations, and service interactions
Creating a visit
Reading visits for a profile
Reading a specific visit
Updating a visit
Deleting a visit
Using visits in reactions
Configure a reaction with"trigger": "visit.created" to automate actions when a visit is recorded — for example, incrementing a “visits this quarter” achievement or awarding a complimentary benefit after a threshold is reached.
Content needed: visit type enum values, integration with appointment booking platforms, and visit aggregation fields.