Deep Link is a utility to create deep links for your OutSystems mobile apps so that they can be opened from a link in an email or on a webiste. Create a payload containing your deep link information and send that to a screen via query string. The screen just needs the Linker web block to parse the payload and open your app, or redirect to the fallback URL if the deep link fails to open the app.
This version is an MVP so any feedback for improvements or defects is welcome.
Included the ability to pass the extended parameters with the deep link instead of just being able to handle them up front.