Replies: 4 comments 2 replies
-
Just use the |
Beta Was this translation helpful? Give feedback.
-
and tried this, still posting a fixed structure. would you please show me any example? |
Beta Was this translation helpful? Give feedback.
-
same here, doesn't work for me. For JSON this also looks quite fresh: caronc/apprise#541 //tested using custom build of changedetection.io (included link to git for apprise in requirements.txt) and it works, but in my case i'ts not solviing problem because I need to send structure like this:
and by using the new apprise implementation it's sending it like this: Notice how 'recipients' array is incorrectly parsed as string. Any ideas how to pass parameters properly? I'm sending request like this:
|
Beta Was this translation helpful? Give feedback.
-
It seems like there is no other option but to use this method: https://github.com/caronc/apprise/wiki/decorator_notify |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
the server where i am posting is not under my controll.
I have to post the required json to the server, but seemed that only fixed structure was posted out.
I would like to post a custom structure instead.
maybe there is a way to customize the json but i didn't know how? then i'm happy to know.
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions