Hi -
I'm building a device that can keep track of when family members are in the house. The way I plan to do this is to have Arduino to get a notification when a family member connects to the home Wi-Fi. I have a Google Wi-Fi mesh network and have configured IFTTT to trigger an event when someone connects to my network. (Currently its configured to send me an email but its a trivial change to have it make a web request or one of the other many things IFTTT can do) . I have read dozens of tutorials on how to have Arduino call an endpoint on IFTTT to trigger an event when you push a button or read a value on a sensor. What I'm not sure how to do is the other way around. I want a variable to be set in my Arduino code when IFTTT gets a trigger from my Wi-Fi. I know how to register my Arduino 1010 MKR to Arduino Cloud and create a Thing so that when I update the Thing on the web my running Arduino code will react. What I'm not sure about is how to update that Thing from an IFTTT trigger. Can this be done? The only thing I can think of is to use the Arduino Cloud API and have a webhook from IFTTT call the API endpoint to update the thing with a value .. but that doesn't seem right ? or is it ? Is there a better way? The fact that I haven't found much about this on the forum makes me think I'm barking up the wrong tree. Any Ideas ?