interface PushcutNodeParameters {
additionalFields?: {
devices?: unknown[];
input?: string;
text?: string;
title?: string;
};
notificationName?: string;
operation?: "send";
resource?: "notification";
}
Properties§
Source§readonly additional Fields?: {
devices?: unknown[];
input?: string;
text?: string;
title?: string;
}
readonly additional Fields?: {
devices?: unknown[];
input?: string;
text?: string;
title?: string;
}
Source§readonly notification Name?: string
readonly notification Name?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getNotifications"}
Default: {}