Connect a geofence trigger to mail, push, and webhook actions in a visual builder. Deploy a pipeline that fires the moment a customer is nearby โ in minutes.
No engineers needed. Pick a template or start with a trigger, connect action nodes, and hit deploy.
Set a lat/lng and radius. Choose enter, exit, or dwell. That's the start of every workflow โ a real location event, not a schedule.
Chain mail, notify, and invoke nodes in any order. Each fires in sequence when the geofence triggers. No branching, no guesswork.
Publish your workflow and it starts firing immediately. Every execution is logged with status per node โ pause or edit any time.
Workflows are built from the real Oxinion SDK modules. Three trigger types and three action node types โ mail, push notifications, and webhooks. Mix them in any order to model your customer journey.
Pre-built from real SDK modules. Pick one, customize the details, and deploy.
Greet customers the moment they walk in โ push notification then follow-up email.
Log every impression when someone passes your DOOH screen, then push a coupon.
After a customer leaves, send a thank-you email and update your backend.
Instantly notify your backend when anyone enters a monitored zone.
Fire push, email, and a webhook in sequence from a single geofence trigger.
Auto-confirm attendees on arrival and send their digital materials.
// Register an inbound hook endpoint
const { hook } = await oxinion.hooks.create({
name: "POS sale event",
url: "https://api.yoursite.com/pos",
events: ["sale.completed"],
});
// Your system posts to the hook URL:
// POST https://hook.oxinion.com/h_abc123
// {
// "event": "sale.completed",
// "userId": "usr_xyz",
// "amount": 49.99
// }
// โ Oxinion fires the linked pipeline
// notify: "Thanks for your purchase!"
// invoke: POST /loyalty/add-pointsNot every trigger is location-based. Hooks let your own backend, POS, or CRM fire a pipeline by POSTing to an Oxinion-managed URL. Your event arrives โ the workflow runs.
Every pipeline execution is logged with a full trace โ which node fired, what was sent, and whether it succeeded. Debug in seconds. Pause or edit at any time without losing data.
Pick a template, connect your geofence, and deploy. Your customers receive personalized messages the moment they walk by.
Free plan ยท No credit card ยท Unlimited pipelines