How to send and receive data between mendix application and any Web based application

0
How to send and receive data between mendix application and any Web based application I want to send data from mendix application to another application(web based application)  & received data from any web based application into mendix application, How to transfer data between mendix application and am other web based application
asked
1 answers
1

Hi Raviprakash,

You can communicate between applications using REST API. Check out the documents here: https://docs.mendix.com/howto/integration/publish-rest-service. You would essentially create the functionality for your application to recieve data and functionality to send the data you’s like

answered