Add Pushover TTL

This commit is contained in:
Nihaal Sangha 2024-08-23 16:21:31 +01:00
parent 712bf25fab
commit 4babb919a7
No known key found for this signature in database

View file

@ -249,6 +249,17 @@ export class Pushover implements INodeType {
default: '',
description: "Your message's title, otherwise your app's name is used",
},
{
displayName: 'Time to Live (Seconds)',
name: 'ttl',
type: 'number',
typeOptions: {
minValue: 0,
},
default: 0,
description:
'A number of seconds that the message will live, before being deleted automatically',
},
{
displayName: 'URL',
name: 'url',