Webhooks

You can use these instructions to integrate Galarm Enterprise with any monitoring tools allowing you to add webhook/REST endpoint as a destination. After creating an alert, you can access the REST endpoint to trigger the alert using following instructions:

  • Tap on the three-dot menu for the alert and choose View Code.

Choose View Code to instructions to integrate the alert
  • There are multiple REST endpoints specified available. Some tools don't allow attaching any data with the REST call but other do. Depending on whether you can attach some JSON data with the endpoint, you can choose Curl or Curl No Data.

  • Further, there are two endpoints depending on type of authorization supported by the monitoring tool. Choose the appropriate option based on authorization.

Here, we have chosen Curl with Basic Auth
  • Since this endpoint allows adding data with the webhook call, you can specify some additional fields in the data such as message and sourceIncidentId. Each of these fields are explained in the instructions.

  • The instructions specified a Curl command that can be readily run. You can also just copy the REST endpoint and configure it in the monitoring tool.

Last updated

Was this helpful?