Firebase Cloud Messaging yerini alır

Push Notifications

Cross-platform push notifications. Simple HTTP API.

Send push notifications to iOS, Android, and web browsers with a simple HTTP API. Topic-based subscriptions, priority levels, and scheduled delivery.

iOS, Android, Web
Platforms
97.8%
Delivery
<500ms
Latency
HTTP + WS
Protocol

Özellikler

Cross-platform

iOS, Android, and web push from a single API.

Topic Subscriptions

Users subscribe to topics. Send to thousands at once.

Priority Levels

Urgent, high, default, low, min. Control notification behavior.

Scheduled Delivery

Schedule notifications for future delivery.

Attachments

Include images, files, and action buttons.

Simple HTTP API

Send with a single POST request. No SDK required.

Hızlı Entegrasyon

SDK veya REST API ile dakikalar içinde başlayın.

example.ts
// Send a push notification
await olo.push.send({
  topic: 'orders',
  title: 'Order Shipped!',
  body: 'Your order #1247 is on its way',
  priority: 'high',
  actions: [
    { label: 'Track Order', url: 'https://...' }
  ]
})

// Or use simple HTTP (no SDK needed)
// curl -d "Your order shipped!" https://push.voltimap.com/orders

API Uç Noktaları

Temel URL: https://api.voltimap.com

POST/api/v1/notify/push
POST/api/v1/notify/topic
GET/api/v1/notify/topics
POST/api/v1/notify/schedule

Push Notifications kullanmaya bugün başlayın

14 günlük ücretsiz deneme. Kredi kartı gerekmez.

Ücretsiz Başla