OMX Logo
Join the first wave of early adopters

Location-Based

Automation

Made Simple

Build powerful location-aware applications with our comprehensive SDK. Trigger actions, send notifications, and engage users based on their real-world location.

Start building in minutes

Integrate geofencing, notifications, and workflows with a few lines of code.

TypeScript
1import { createOmxClient } from 'omx-sdk';
2
3const omx = createOmxClient({
4 clientId: process.env.OMX_CLIENT_ID,
5 secretKey: process.env.OMX_SECRET_KEY
6});
7
8try {
9 const geoTrigger = await omx.geoTrigger.create({
10 name: "Coffee Shop Promo",
11 location: {
12 lat: 43.6532,
13 lng: -79.3832
14 },
15 radius: 100,
16 onEnter: {
17 notification: {
18 title: "Welcome!",
19 body: "Get 30% off your order!"
20 }
21 }
22 });
23
24 console.log('GeoTrigger created:', geoTrigger.id);
25} catch (error) {
26 console.error('Failed to create GeoTrigger:', error.message);
27}
Python
1import os
2from omx_sdk import OMXClient
3
4omx = OMXClient(
5 client_id=os.getenv("OMX_CLIENT_ID"),
6 secret_key=os.getenv("OMX_SECRET_KEY")
7)
8
9geo_trigger = await omx.geo_trigger.create({
10 "name": "Coffee Shop Promo",
11 "location": {
12 "lat": 43.6532,
13 "lng": -79.3832
14 },
15 "radius": 100,
16 "on_enter": {
17 "notification": {
18 "title": "Welcome!",
19 "body": "Get 30% off your order!"
20 }
21 }
22})
23
24print("GeoTrigger created:", geo_trigger.id)

Everything you need to build location-aware apps

Our comprehensive API suite provides all the tools you need for geo-based automation

Geo-Triggered Workflows
Automatically trigger actions when users enter or exit specific locations with precision GPS tracking.
Email Automation
Send personalized emails based on location data with our powerful email API integration.
Webhook Integration
Connect to any service with real-time webhooks triggered by location-based events.
Real-time Processing
Process location events in milliseconds with our high-performance infrastructure.

Simple Interface

Monitor your campaigns, track performance, and optimize results from one place.

Active Campaigns

Lunch SpecialActive
Weekend PromoScheduled

API Integration

API Key:
ox_live_abc123...

Performance Metrics

Visits1,247
Conversions342
All systems operational

Integrate with your favorite tools

Connect OMX with the services you already use

🔔

Slack

💬

Discord

📱

Twilio

📧

SendGrid

Zapier

🛍️

Shopify

💳

Stripe

☁️

AWS