Skip to main content

Overview

The ilert provider facilitates interaction with ilert’s API, allowing for the management of incidents and events. This includes the ability to create, update, and resolve incidents, as well as send custom event notifications. This provider integrates Keep’s system with ilert’s robust alerting and incident management platform.

Authentication

This provider requires authentication.
  • ilert_token: ILert API token (required: True, sensitive: True)
  • ilert_host: ILert API host (required: False, sensitive: False)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
  • read_permission: Read permission (mandatory)
  • write_permission: Write permission

In workflows

This provider can be used in workflows. As “step” to query data, example:
As “action” to make changes or update data, example:
Check the following workflow example:

Connecting with the Provider

To integrate Keep with ilert, follow these steps:
  1. Log in to your ilert account.
  2. Navigate to “Alert Sources” under your account settings.
  3. Create a new alert source specifically for Keep.
  4. Note the ALERT-SOURCE-API-KEY provided for this alert source.
The endpoint to make requests for Keep integration will be: (https://api.ilert.com/api/v1/events/keep/{ALERT-SOURCE-API-KEY})