Basics
Integrations
Webapp Integration
Escalert.io allows you to integrate multiple webapps into your account. The webapi documented below allows you to create and configure webapps in your account.
Webapp connection test
In order to check the connection status of the webapp, Escalert.io will send a test command to the webapp_url by post request. The data sent is as described by WebappTest data model. The parameters in the data are sent as form data. The webapp url must handle this request and return valid 2XX status code in response to this request.