-
So I'm trying to get changedetection.io to notify my apprise instance with notifications using the apprise:// syntax. I was wondering how you include tagging with the apprise:// api syntax? I tried ?tag= ?tags= /tags/tagname and none seem to work. I'm sure it's a newbie mistake, but it has me scratching my head. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@caronc - So I'm not sure if this is a bug or not, but I got it to be able to work. In my configuration yaml on the apprise-api I had to change from -tag to -tags for my tags. Then when I passed ?tag= in my apprise:// call it worked. This seems to be conflicting from what the documentation and api main page says. It says to pass a ?tags= parameter, and the configuration reference tells you to use -tag: for yaml configuration of tags. I wonder if the doc just needs updating? If so I can update and create a PR. Edit: by using -tags in the configuration instead of -tag it actually breaks being able to use "tag" via a curl command to the apprise. My configuration yaml now has to have both -tag AND -tags for both apprise:// and curl to work using tags. |
Beta Was this translation helpful? Give feedback.
Can confirm it's
?tags=
forapprise://
references; see here