Hi there!
Yes its possible to integrate to 3rd party push notification system using better_messages_send_pushs php hook, here you can find the example:
https://plugins.trac.ww.wp.xz.cn/browser/bp-better-messages/trunk/addons/onesignal.php#L23
But that hook will work only in WebSocket version.
For the AJAX version you can use other hook to catch sent messages and then process your custom code to send push notification in your application:
https://www.better-messages.com/docs/development/php-actions/better_messages_message_sent
Thanks!
Hi,
Thanks for replying. If I want to avoid any coding, does it mean that by getting the WebSocket version and install OneSignal (as the documentation provided by Better Messages), I’ll be able to integrate push notification into any native app? Do I need the plugin I used to convert WordPress into native app to support Better Messages? Or any plugin will work as long as I got WebSocket version? Thanks
Better Messages is only sending Web Push notifications, if you need to send native push notification to mobile app, that will require custom integration.