Pushover notification integration using "message" rather than "text" #910
Replies: 3 comments 3 replies
-
|
I just ran into this same issue the other day, but I looked at the pushover documentation and it seems like you have to send a Cronicle v1 sends web hooks using a JSON formatted body, so I thought deeper code changes would be needed. Can you confirm that Pushover indeed supports a JSON formatted POST request body, and we "only" need to change the property name where the text is stored? (from |
Beta Was this translation helpful? Give feedback.
-
|
Easiest code change ever! Releasing new build now... |
Beta Was this translation helpful? Give feedback.
-
|
I have just released Cronicle v0.9.83 with this change in place. Click here for upgrading instructions. You probably already know this, but by default Cronicle sends out web hooks for jobs starting, as well as completing. If you only want a hook sent for job completions, simply delete the Thanks! |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Pushover is a popular notification server with very good cross-platform apps and is very popular. The webhooks almost works but the json message needs to be "message" rather than "text" for all the web hook text templates to work. It would be really useful to be able to receive notifications via Pushover!
Beta Was this translation helpful? Give feedback.
All reactions