Web Hook Example
You can have ConnectSense make an HTTP POST request to any URL when a rule is triggered. In the "Then" section of your rule configuration , select the "Web Hook" option and fill in the target URL. The payload sent to the URL will be in a JSON format.
Example Payload
{ "serial_number": "123456SE01", "message": "Security Sensor 1 is open.", "reported_at": "2013-02-06T00:23:34Z" }