smm - WEBHOOKS

To send notifications to web applications when something changes in the device, it is possible to define addresses to which an HTTP POST will be sent when:


  • Whenever a change is made to a parameter
    The entire map is sent in JSON format to the address in S18


  • Whenever a new activity is added to the remote log file
    The entire log file is sent in CSV format to the address in S19


  • Whenever a user is added, removed or changed
    The entire user list is sent in CSV format to the address in S20


  • Whenever a rule is added, removed or changed
    The entire rule list is sent in CSV format to the address in S21


More information on cloud webhooks can be found HERE.


TECHNICAL NOTE

Webhooks depend on the SMM server that must be active.
For a management independent from the cloud services provided by Contrive, HTTP commands can be used directly.