Android intent through actionable notification?

Has anyone managed or tried to get a notification which can open an app.
Since I’m not an android developer I don’t really know what to look for, but I have tried a few strings from here as URI but no luck yet

Example:

{
    "message": "No alarm set for tomorrow",
    "title": "No work tomorrow?",
    "data": {
        "sticky": true,
        "actions": [
            {
                "action": "URI",
                "title": "Show alarm",
                "uri": "android.intent.action.SHOW_ALARMS"
            }
        ]
    }
}

I have also seen html type of ways like:

<a href="mycoolapp://launch">start my app</a>

But that href did not work either using show_alarms.

Anyone know how to run the alarm clock via android intent?

This is not possible yet, could be a neat feature request.

I don’t know how to. I tried to but I got lost very quickly.

Wait… Maybe I got it now…