Overview
The Incident.io provider facilitates interaction with Incident.io’s API, allowing for the management of incidents. This includes the ability to query specific incidents, retrieve all incidents, and manage incident details. This provider integrates Keep’s system with Incident.io’s robust incident management platform.Authentication
This provider requires authentication.- incidentIoApiKey: IncidentIO’s API_KEY (required: True, sensitive: True)
- authenticated: User is Authenticated (mandatory)
- read_access: User has read access (mandatory)
In workflows
This provider can be used in workflows. As “step” to query data, example:Connecting with the Provider
API Key
To use the Incident.io API:- Log in to your Incident.io account.
- Navigate to the “API Keys” section under your account settings.
- Generate a new API key or use an existing one.
- Ensure it has
read
permissions enabled for reading and managing incidents.