I’m currently developing a custom Freshdesk app that opens a modal (client.interface.trigger('showModal', ...
). The modal contains a form that posts data to our company issue tracker.
This is all working perfectly with the recommended approach: client.request.post...
.
The only thing that I can’t figure out is how to post a file to an endpoint through the Freshdesk request method. Is this supported or should I look for another solution?