Hi. I am trying to get the following URL to be used as a rest command:
curl --location --request GET 'https://example.tld/webapi/entry.cgi?api=SYNO.SurveillanceStation.ExternalEvent&method=Trigger&version=1&eventId=1&eventName=Door is open&account=username&password=password'
Trying to make this into a rest_command I has written the following snipped:
But triggering this service yields nothing. Not even an entry in the logs. Not sure if I am using the payload correctly, but from my understanding this should be the same as a parameter right?
Is there a better way to troubleshooting this? For instance to see what home-assistant is trying to send to to server when triggering the service?