Supported platforms
| Platform | Technology |
|---|---|
| iOS | Apple Push Notification service (APNs) via @parse/node-apn |
| Android | Firebase Cloud Messaging (FCM) via firebase-admin |
| Web | Web Push (VAPID) via web-push |
How it works
- Devices register their push token via
POST /api/devices - When the service processes a conversation and creates or updates a task, it calls
POST /api/notifications/send - The cloud resolves team members and their registered devices
- Notifications are sent to all registered devices for the team
- Delivery is logged in the
notification_logtable