Push data from bolt cloud to custom server

Hi Team,
I have a requirement such that if my motion sensor changes state then data should be pushed to my custom server, i.e bolt cloud server could call my custom servers api . Can we do this in current scenario

@pranaydutta89

You will have to do this programmatically. You can use our python API to check the status of the pin, if the pin has the desired state then you can push the data to your custom server.