pointeron
  • Docs
  • API
  • Store
  • Home
  • Getting Started

    • Introduction
    • Quick Start
    • Key Concepts
  • Tracking

    • Live Map
    • How Live Tracking Works
    • Device Status & Presence
    • Assets & Devices
    • Tracking Consent
    • Categories
    • Trip Detection
  • Geofencing

    • Creating Geofences
    • Alert Rules
    • Notifications
  • Device Setup

    • Mobile App & Phone Tracking
    • Apple AirTags
    • Find My Devices
    • GPS Trackers
    • OBD Trackers
  • Team & Settings

    • Organizations
    • Team Members
    • Roles & Permissions
    • Billing

Geofencing

Notifications

Pointeron delivers notifications through multiple channels so you never miss a critical alert. Configure email, push, SMS, and webhook notifications per geofence and per organization.


Notification channels

ChannelAvailabilityDelivery speed
EmailBasic and aboveWithin 1 minute
PushBasic and aboveInstant (browser)
SMSPro and EnterpriseWithin 1 minute
WebhookPro and EnterpriseInstant

Each channel can be enabled or disabled independently per geofence. You can use multiple channels simultaneously -- for example, receive both an email and a push notification when an asset enters a critical zone.


Email notifications

Email is the default notification channel. When an alert fires, Pointeron sends an email to the organization owner.

Default recipient

The organization owner's email address receives all alert emails by default. This cannot be disabled, but you can add additional recipients.

Additional recipients

Add extra email addresses per geofence for managers, team leads, clients, or anyone who should be notified:

  1. Open the geofence detail page
  2. Go to the Notifications tab
  3. Under Email recipients, click Add recipient
  4. Enter the email address and click Save

There is no limit to the number of additional recipients per geofence. Recipients do not need a Pointeron account to receive alert emails.

Email content

Alert emails include:

  • Alert type and severity
  • Geofence name and asset name
  • Asset position (latitude, longitude) and map link
  • Timestamp of the event
  • A direct link to the alert in the Pointeron dashboard

Push notifications

Push notifications appear instantly in your browser when the Pointeron dashboard is open, and on your mobile device via the Pointeron app.

Browser push

When you first log in to the Pointeron dashboard, your browser will ask for permission to show notifications. Allow this to receive real-time push alerts.

  • Push notifications work even when the Pointeron tab is in the background
  • Click a push notification to jump directly to the alert in the dashboard
  • Supported in Chrome, Firefox, Safari, and Edge

Mobile push

Coming soon

Mobile push notifications via the Pointeron iOS and Android app are under development. In the meantime, use browser push or email for mobile alerts.


SMS notifications

SMS notifications deliver alert messages directly to a phone number. SMS is available on Pro and Enterprise plans.

Adding phone numbers

  1. Open the geofence detail page
  2. Go to the Notifications tab
  3. Under SMS recipients, click Add phone number
  4. Enter the phone number in international format (e.g., +386 41 123 456)
  5. Click Save

International format required

Phone numbers must include the country code with a leading plus sign. For example, use +1 555 123 4567 for the United States or +44 20 1234 5678 for the United Kingdom.

SMS content

SMS messages are concise and include the alert type, asset name, geofence name, and a short link to the alert in the dashboard.

SMS limits

SMS delivery is subject to reasonable usage limits based on your plan. If you approach the limit, Pointeron displays a warning in the Billing page.


Webhook notifications

Webhooks send HTTP POST requests to a URL you configure, allowing you to integrate Pointeron alerts with external systems such as Slack, PagerDuty, or your own backend.

Plan requirement

Webhook notifications require the Pro or Enterprise plan. Upgrade from the Billing page to access webhooks.

Configuring webhooks

  1. Go to Settings > Webhooks
  2. Click Add Webhook
  3. Enter the endpoint URL (must be HTTPS)
  4. Select which events to subscribe to
  5. Save the webhook

Pointeron will send a test ping to verify the endpoint is reachable before activating the webhook.

Supported events

Webhooks can subscribe to the following events:

Geofence events (all webhook plans)

EventDescription
geofence.enteredAsset entered a geofence
geofence.exitedAsset exited a geofence
geofence.speed.exceededAsset exceeded speed limit in a geofence
geofence.dwell.alertAsset exceeded dwell time in a geofence

Device events (all webhook plans)

EventDescription
device.onlineDevice came online
device.offlineDevice went offline
device.battery.lowDevice battery dropped below threshold

Asset events (all webhook plans)

EventDescription
asset.createdNew asset was created
asset.updatedAsset details were updated
asset.deletedAsset was deleted

Enterprise-only events

EventDescription
asset.movement.startedAsset started moving
asset.movement.stoppedAsset stopped moving
asset.movement.updatePeriodic movement update while asset is in motion
asset.speed.exceededAsset exceeded a global speed threshold

Webhook payload

All webhook payloads follow the same structure:

{
  "event": "geofence.entered",
  "timestamp": "2026-03-14T10:30:00Z",
  "organization_id": "org_abc123",
  "data": {
    "asset_id": "ast_xyz789",
    "asset_name": "Delivery Van 3",
    "geofence_id": "gf_def456",
    "geofence_name": "Main Warehouse",
    "latitude": 46.0569,
    "longitude": 14.5058,
    "speed": 0,
    "heading": 180
  }
}

Retry policy

If your endpoint returns a non-2xx status code, Pointeron retries the delivery up to 3 times with exponential backoff (10 seconds, 1 minute, 10 minutes). After 3 failures, the event is marked as failed and visible in the webhook delivery log.


Notification preferences

Each geofence has its own notification preferences. Configure which channels are active for each geofence:

  1. Open the geofence detail page
  2. Go to the Notifications tab
  3. Toggle channels on or off: Email, Push, SMS, Webhook
  4. Add recipients for each active channel
  5. Save changes

You can also set organization-wide defaults from Settings > Notifications. Per-geofence settings override organization defaults.


Quiet hours

Configure quiet hours to suppress non-critical notifications during specific time windows (e.g., overnight). Critical alerts are always delivered regardless of quiet hours.

  1. Go to Settings > Notifications
  2. Enable Quiet hours
  3. Set the start and end time
  4. Choose which days quiet hours apply

During quiet hours, info and warning notifications are queued and delivered as a summary when quiet hours end.

Previous
Alert Rules
Next
Mobile App & Phone Tracking

On this page

  1. Notification channels

  2. Email notifications

    1. Default recipient
    2. Additional recipients
    3. Email content
  3. Push notifications

    1. Browser push
    2. Mobile push
  4. SMS notifications

    1. Adding phone numbers
    2. SMS content
    3. SMS limits
  5. Webhook notifications

    1. Configuring webhooks
    2. Supported events
    3. Webhook payload
    4. Retry policy
  6. Notification preferences

  7. Quiet hours