Push notifications to third parties

Hi! My team and I are developing an Android and IOS app and we would like to know if there’s a way to integrate it with Xibo notifications. We need that when a notification is created in Xibo, a push notification is send to our app, is that possible? Thank you!

That is a really interesting use case.

I think we’d probably need to make some core code changes to support that - namely by adding Event Dispatcher events to the Notification Model so that we can fire a “NotificationCreated” event when we create a notification.

You could then put some Middleware in you CMS which handled this event and pushed it out to your external service.

We’ve only got a handful of events already, and unfortunately this isn’t one of them.

We’d happily accept a PR though, if you added the above.