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