Repeat notification script

Hi

I have just started experimenting with actionable notifications on iOS and am of course hitting the issue of the long-press requirement, which even if I manage to learn myself, will be too much to ask the rest of the household.

I’ve had an idea for a workaround: would it be possible to link the click on the notification to a URi that would either automatically or on a pressing a Lovelace card resend the last notification?

Essentially I could imagine having a script which would be called every time I wanted to send a notification, with the message as parameters, and it would generate the notification but also store its contents somewhere. Then if you short pressed the notification from the phone, the linked URI would effectively run a script which would just regenerate the message until you remembered that you have to long-press.

Is something like this possible?