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)
- read_permission: Read permission (mandatory)
- write_permission: Write permission
In workflows
This provider can be used in workflows. As “step” to query data, example:Connecting with the Provider
To integrate Keep with ilert, follow these steps:- Log in to your ilert account.
- Navigate to “Alert Sources” under your account settings.
- Create a new alert source specifically for Keep.
- Note the
ALERT-SOURCE-API-KEY
provided for this alert source.