How to trigger a MF when hitting specific URL in Chrome without using Deeplink for anonymous user

0
Hello Experts,   I am trying to hit a URL in a browser which should trigger a MF without using deeplink logic. Is there any way that I can achieve this for anonymous user?   Sample URL : https://domain/example (The url will not have any parameter)   Any Idea? 
asked
1 answers
2

Hi!

Why dont you want to use the deeplink functionality?

What you could do is create a page and set the page url: https://docs.mendix.com/refguide/page-properties/#general
Then on that page you set either a datasource microflow or use for example the microflow timer widget(that fires only once). In the microflow you have something like the scenarion you are suggesting.

Hope this helps!

answered