The cloud supports push notifications across all platforms to alert team members about new tasks, updates, and reminders.Documentation Index
Fetch the complete documentation index at: https://docs.openbunny.ai/llms.txt
Use this file to discover all available pages before exploring further.
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