I have a Hubitat Hub that has a webhook endpoint, can I connect to that from Losant to bring in device states and also to send commands to one of the hub connected devices? I do this in NodeRed currently.
If the Hubitat Hub exposes a webhook that you can call to retrieve state information and send commands to, you could do that in a workflow using an HTTP Node to make the request. Then you could parse the response to retrieve your device state data and save that to a device using a Device State Node.
If it works the other way around - where Hubitat behaves as the client and sends data out - then you could set up a Losant Webhook for Hubitat to call out to. Then you could handle those requests in a workflow using a Webhook Trigger.