Can I leverage the Feedback widget form to relay the information to another API?

0
I have looked into the documentation for Mendix’s Feedback API, however it seems that this would only provide a solution when creating your own form/microflows to enter a new feedback item.   I would like to leverage the default feedback form like the one displayed on the right-hand edge on the Mendix site, as I also want to include the snapshot functionality. Ultimately, this information would be sent over to Azure Devops.   Is this possible? Or would I have to entirely make my own process to have a new item of feedback be created on Azure Devops?
asked
1 answers
0

You could try to open the feedback widget, rename to zip file and extract to view the code.

Maybe it’s possible to create your own widget from that, which will send the information captured to another endpoint.

answered