External application post request

0
Hi all, I wondered if anyone could assist with this query please? We have a .net application  which we want to allow  to formulate a url / post request which takes the user to a specific Mendix page and brings up relevant data. Eg. User clicks on a building in the interactive map (the .net app) and that opens a browser tab with a page from Mendix which shows available desks in that building. Is this possible? We will be developing using Studio Pro 8.9   Many thanks :)
asked
1 answers
4

Yes, you’ll want to use the deep link module for this:

https://docs.mendix.com/appstore/modules/deep-link

answered