Pusher module from marketplaced used for notifications

0
Hey, I’m trying to implement pusher module into the project for notifications. https://marketplace.mendix.com/link/component/107957 But I’ve got a error: “No constructor found for widget Pusher.widget.Listen” What I would like to get is whenever a new ticket is created, a notification toast will be presented. Basically what I have is: After commit action – microflow –  within ticket entity, inside of the microflow there is notify action (all of keys and ID are configured) notify object is $ticket and action name as ticket. Then on Ticket list overview i’ve tried to put a dataView with DS microflow, that will retrieve a ticket from the database. Then inside of the dataview i’ve put a widget pusher listen with the name of ticket that will call a nanoflow. I’ll appreciate any tips and help.
asked
0 answers