I'm thinking there should be some way - maybe not even a script - that can be used to send an http command from HS to another server. Here is what I need to send:
http://x.x.x.x:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.ExternalEvent&method= "Trigger"&version=1&eventId=1&eventName="This is external event1"&account="{account}"&password="{password}"
I am about to try it from a browser, and expect it should work once I fill in IP address / password & usernames.
Is there a spimple way to do this? I found "URLAction" but that requires programming -
Any assistance appreciated.
http://x.x.x.x:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.ExternalEvent&method= "Trigger"&version=1&eventId=1&eventName="This is external event1"&account="{account}"&password="{password}"
I am about to try it from a browser, and expect it should work once I fill in IP address / password & usernames.
Is there a spimple way to do this? I found "URLAction" but that requires programming -

Any assistance appreciated.
Comment