I have an integrations where I'm using IFTTT to trigger a device with a specific payload from IFTTT.
There are scenarios where I would like to also do this locally.
My question is if there is a way to hit this app webhook from a local URL perspective and not having to hit cloud.hubitat.com
e.g. here is the URL (snipped and xx'ed out for privacy) https://cloud.hubitat.com/api/a4a9snip-8ab1-45snio-snip-67snip712snip/apps/641/ifttt?access_token=6f7xxxxx-snip-4f0c-8snip-88xxx3csnip
Yeah, I tried that and used the exact Access token I have given IFTTT (which works), but when called locally (and formatted that way) I get a: [warn](http://192.168.0.51/device/edit/1185)Connection refused (Connection refused)
from http://192.168.0.51/apps/api/641/ifttt?access_token=<snip access token>
The IFTTT URL is: https://cloud.hubitat.com/api/<snipHubid>/apps/641/ifttt?access_token=<snip access token>
Edit: the device 1185 is a virtual device using your driver @ogiewon which is fantastic and I use for other scenarios as well.
What system locally is issuing the call? If it is the Hubitat hub trying to call itself, then you'd probably have problems.
Also, what OAuth App are you using on Hubitat? The app may be only accepting CLOUD connections for some reason. I know Maker API allows one to enable/disable both local and cloud endpoints.
What I am trying to achieve is I want to replace IFTTT with an Alexa Routine. And instead of trying to modify the Ring app, I thought I'd use a virtual device I can make accessible to Alexa, and have that device trigger the App appropriately. Not super efficient, but seemed like an easy route.