IOS Actionable Notifications

Hi, I am trying to get actionable notifications working solely using Node-Red to IOS.
I have notifications working and I’ve been through many guides on adding actions and tried many examples but still I never get the actions displayed in the notification.
I believe there is a way to create them in HA developer and call them from NR but I wanted to keep everything contained in a simple notification node.
Here’s what I’ve been using to test:

{
    "title": "title",
    "message": "ok",
    "data": {
        "actions": {
            "action": "DISARM",
            "title": "DISARM"
        }
    }
}

All I get is this notification and when pressed opens HA app.