Mendix feedback

0
When a feedback item is created for an application, is there a way to subscribe the feedback feed so you can receive an email?  Having to keep an eye on feedback doesn't seem very intuitive.
asked
4 answers
1

You can subscribe to the daily or weekly updates from Sprintr which will send you an overview of all new feedback items.

You receive these by default AFAIK.

answered
1

Separate answer:  Tim, to subscribe to updates, navigate to this page:

and click the edit button.  You will then have these options:

Mike

answered
0

Harry,

There used to be a Mendix App Service for Feedback, which I don't see in the app store anymore.

However, you can integrate with the Feedback API using a webservice.  The link to the WSDL can be found on this page: https://docs.mendix.com/apidocs-mxsdk/apidocs/feedback-api  which also documents how to use the Feedback API.  Define a web service in the modeler using the WSDL and follow the directions and you should be able to build a feedback polling service quickly.  If you want to, you could send emails or other notifications to users when new feedback items are created (without waiting until the end of the day for the daily digest).  I did this on one of my projects using the Feedback App Service and it worked well...didn't take much work.

Hope that helps,

Mike

answered
0

For archive reasons, this is now possible since a few months. 

https://docs.mendix.com/developerportal/#notifications

answered