Replies: 4 comments 1 reply
-
Further into this, I cannot seem to make this work. First tried to make apprise url talk to the host.
No success. Then I tried using the key api: https://github.com/caronc/apprise-api#persistent-storage-solution , no luck there either. Working with key:
Not working:
Tried adding tags. That doesn't work either. Tried adding If I had to guess it looks like the Then getting There has to be some way to do this. Edit: This works. But it's pretty hacky.
|
Beta Was this translation helpful? Give feedback.
-
So its good to start from the start, what version are you running exactly? it is in the issue template that you should tell us :) what is the goal of your notification?
check out the bottom half of this tutorial, does it help? https://changedetection.io/tutorial/automatically-adding-new-pages-watch-existing-results it atleast worked for me when i was writing the tutorial, and it is tested with the automated tests |
Beta Was this translation helpful? Give feedback.
-
Apologies for not following the format. Probably came about when I hit custom template because I was confused about what kind of issue this was.
For example - assigning a
For example - creating a
This key then can be invoked like so (using this REST endpoint https://github.com/caronc/apprise-api#persistent-storage-solution)
Given the examples above, I'd expect to be able to invoke Thank you for your reply! |
Beta Was this translation helpful? Give feedback.
-
After going through and configuring other apps with notifications for Food for thought. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use an Apprise-API REST POST endpoint/url or similar to accomplish sending notifications.
Is this documented anywhere? I'm trying to basically do:
But the
changedetection.io
version. Which ironically, and confusingly, is the same asapprise-urls
. Love the feature, but I didn't get it until I read it a few times.In the documentation it seems to suggest writing the full discord URL with webhook+token, or signal call with sensitive info, but that goes against the whole point of what
apprise-api
config does. I've tested that, and it does work, but it has that caveat about not usingapprise-api
for what it's designed to do.What is the best way to do this? I'm probably being stupid and overlooking something obvious.
No version of:
When I click
notification history
, it just goes like:In
apprise-api
logs...Seems to work for me, although of course the
curl
command up top works fine whendocker exec -it apprise-api bash
.Beta Was this translation helpful? Give feedback.
All reactions