Supported Providers
Keep
Keep provider allows you to query and manage alerts in Keep.
Inputs
query
: str : The query to retrieve alerts based on specific criteria.filter
: dict : Optional filters to narrow down the query results.
Outputs
alerts
: list : A list of alerts that match the query criteria.
Authentication Parameters
To use the Keep provider, you must authenticate with an API token associated with your Keep account. This token can be generated from your Keep dashboard.
Connecting with the Provider
- Log in to your Keep account.
- Navigate to the API section of your account dashboard and generate an API token.
- Use this token to authenticate when querying alerts via the Keep provider.