This repository was archived by the owner on Apr 11, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
|
The name will be different every time, but there's no way of accessing this currently to place it in the URL. I could probably add a property to just override it so it's always just "image.jpg" as the filename is pretty irrelevant at the point it's posted out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im attempting to utilize a webhook under Notifiers. The URL is a API call that I need to add the &image name to the end.
https://api.callmebot.com/signal/send.php?phone=[xxx]&apikey=[xxx]&image=image.jpg
I believe I have found the variable string ImageField that SynoAI utilizes when "SendImage": "true" is noted. I have attempted to utilize this string in my API call with no luck. Could anyone suggest how I could accomplish this? I am able to issue this if I utilize curl in a script, but not sure how I could execute this script with in the SynoAI Notifiers section.
Beta Was this translation helpful? Give feedback.
All reactions