Hi, I am trying to turn on and off a relay using Google assistant via IFTTT and Webhooks, I have generated the trigger link as the following
http://188.166.206.43/My_Auth/update/D13?value=0
or
http://188.166.206.43/My_Auth/update/D13?value=1
it works perfectly fine when I am using a browser however, I can’t get Webhooks to trigger the same links using
Method: GET
Content type: application/json
Body: empty
I am using the same WIFI network for all my devices
I have no idea what I might be doing wrong
Thanks in advance!
The problem was solved, I am not sure how to delete the post