signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

include the title tag in the message

Open mll0 opened this issue 5 months ago • 0 comments

Feature Request

I'd like to include my brand new Signal connection (thanks for the great plugin btw) in a notify group.

Now, when I run:

action: notify.emergencies_group
data:
  message: test emergency 1
  title: test title

the "test title" doesn't get passed to the Signal message, which is a pity, as the title itself can contain important info. A nice change would be to let it go through, as the first line, into the message. For instance, that's Telegram's plugin behaviour.

mll0 avatar Sep 15 '25 01:09 mll0