Webhook

The webhook allows you to make a STRIX server to notify events occurring on it to an external Web server. When an applicable event occurs, a JSON POST request is sent to a designated callback URL.

You need to prepare separately a Web server to receive the event notification and to perform some processing.