Recommended flow
Store the app user's push token
Register the device for notifications in your app and store the APNs, FCM, or provider token in your backend.
Subscribe to message webhooks
Configure a Sagepilot webhook subscription for
support.message.created.Map the webhook to an app user
Use the webhook’s customer, conversation, message, and SDK context to find the user and decide whether they should be notified.
Related setup
- Configure webhook subscriptions in Sagepilot settings before relying on push delivery.
- Use Opening chat to route a push tap back into the chat experience.