Web & mobile push
Cross-platform push notifications for web (Chrome, Firefox, Safari) and mobile (iOS, Android). Features user segmentation, scheduled delivery, rich media support, and delivery analytics.
Add service worker for web push
Register device tokens
Send notifications via API
Track delivery in dashboard
Follow the quick start guide to set up this service.
Configure the service using environment variables or the dashboard.
Use your API key to authenticate requests to this service.
| Method | Description |
|---|---|
sylphx.push.send() | Send push to a specific user |
sylphx.push.broadcast() | Send push to a segment |
sylphx.push.register() | Register a device token |
Check out our complete documentation for in-depth guides and tutorials.
View full documentation