- Issue created by @AlfTheCat
- 🇩🇪Germany jurgenhaas Gottmadingen
Thanks for this issue @AlfTheCat, it triggered me to have a look into the available options as well and I figured, that the notify action plugin in the push framework was broken. I've just fixed it in 📌 Fix the issues reported by phpcs Fixed and if you wanted to try this out, please use the latest dev release. The next official release will follow later this week.
When using the notify action plugin there, you get a config form like this:
The important pieces are the channel and the entity. If you leave the entity empty, it defaults to the current user; otherwise, you can provide a token which holds the recipient user entity for that action. The channel plugin is then in charge of finding the contact details in the given user entity so that it can push the notification to those.
- 🇹🇭Thailand AlfTheCat
This is great news! Very happy to give this a try. And thanks a lot as well for the guidance on the channel and entity, I would not have figured that out.
I will implement this in my setup today and tomorrow and report back.