I need to send custom feedback to Mendix Portal.

0
I need to send feedback from my application to Mendix but I want to use a custom object to send the feedback. How can I enable this functionality in Mendix. Expected structure of feedback object to be sent in POST method { CreatedDate : Date Time Environment: EnvironmentName Region: regionName . . . . custom fields }
asked
1 answers
1

Pratik, have a look at the below documentation:

https://docs.mendix.com/apidocs-mxsdk/apidocs/feedback-api

It does not seem like you can add your own fields to send information to the API as it has been defined by Mendix.

As an alternative you could add it to the description of the feedback.

Hope this helps!

answered