Have you read the documentation?
You are setting up gotify in
Describe your problem
I am trying to send alert from Blue Iris to Gotify. The alert should include the alert image as well as a link to the motion event (recording), as well as a link to the live camera. I have tested NTFY previously and have a configuration that works with that but struggling to achieve the same with Gotify (I want to use Gotify rather than NTFY). The BlueIris configuration to send an alert to NTFY configuration is (using CURL):
....
-H "Title: &NAME" -H "Message: &MEMO" -H "Click: https://exampleurl.com/ui3.htm?tab=clips&clipview=alerts&cam=&CAM&rec=&ALERT_DB" -H "Action: view, Live, https://exampleurl.com/ui3.htm?tab=clips&clipview=alerts&cam=&CAM, clear=true; view, Clip, https://exampleurl.com/ui3.htm?tab=clips&clipview=alerts&cam=&CAM&rec=&ALERT_DB, clear=true" -T "E:\AlertsNew&ALERT_PATH" -H "File: &ALERT_PATH" https://ntfy.exampleurl.com/motion-notification
....
All the https://exampleurl.com/ui3.htm? above point back to my Blue Iris instance and when clicked either open the recording or the live camera.
Can someone help me translate the above for Gotify? I have tried replacing https://ntfy.exampleurl.com/motion-notification with https://gotify.exampleurl.com/message?token= but that didnt work .
Thanks
Have you read the documentation?
You are setting up gotify in
Describe your problem
I am trying to send alert from Blue Iris to Gotify. The alert should include the alert image as well as a link to the motion event (recording), as well as a link to the live camera. I have tested NTFY previously and have a configuration that works with that but struggling to achieve the same with Gotify (I want to use Gotify rather than NTFY). The BlueIris configuration to send an alert to NTFY configuration is (using CURL):
....
-H "Title: &NAME" -H "Message: &MEMO" -H "Click: https://exampleurl.com/ui3.htm?tab=clips&clipview=alerts&cam=&CAM&rec=&ALERT_DB" -H "Action: view, Live, https://exampleurl.com/ui3.htm?tab=clips&clipview=alerts&cam=&CAM, clear=true; view, Clip, https://exampleurl.com/ui3.htm?tab=clips&clipview=alerts&cam=&CAM&rec=&ALERT_DB, clear=true" -T "E:\AlertsNew&ALERT_PATH" -H "File: &ALERT_PATH" https://ntfy.exampleurl.com/motion-notification
....
All the https://exampleurl.com/ui3.htm? above point back to my Blue Iris instance and when clicked either open the recording or the live camera.
Can someone help me translate the above for Gotify? I have tried replacing https://ntfy.exampleurl.com/motion-notification with https://gotify.exampleurl.com/message?token= but that didnt work .
Thanks