Notify specific user when feedbacks are provided by end users

0
I would like to notify specific user via Email when end users submit feedback from Default Feedback widget. What are the possibilities to achieve this, any idea?
asked
2 answers
0

Could you add a scheduled event to call the Feedback API to get Open items, then iterate over the results and send emails? You’d need to keep track of which items you’ve sent an email for already so you don’t keep emailing about the same items.

https://docs.mendix.com/apidocs-mxsdk/apidocs/feedback-api#2-5-getfeedbackitems

answered
0

App team members with a role that includes the permission "Can edit ‘Stories, Documents and Feedback’." will now receive an email notification when a new feedback item is submitted. If you add the specific user to the App Team, they will be notified each time a feedback item is submitted.

answered