Pushover: add "ttl" and "monospace" fields

Pushover

The idea is:

The pushover api has several fields that are not present in n8n node. Having them create more control over the kind and format of the message:

ttl: Time to Live in seconds, controls how long the message exist in the user app

monospace: it helps to present some messages in a better visual style, for example tables.

My use case:

I have a workflow that retrieves stocks prices and other data (change, high, low, etc) twice a day and send a pushover notification

I want the messages to disappear after sometime automatically, this can be controlled with “ttl”

Finallly, as there are several columns and rows, the info is visually better using “monospace” font.

I think it would be beneficial to add this because:

described above

Any resources to support this?

All these fields already exist in pushover api, I guess they just have to be enabled on n8n

https://pushover.net/api

Are you willing to work on this?

I just learnt that these fields (parameters) can be added using the node HTTP Request