Supported Providers
Checkly
Checkly allows you to receive alerts from Checkly using API endpoints as well as webhooks
Authentication Parameters
The Checkly provider offers two ways to authenticate:
Checkly API Key
- This is the API key created in the User Settings of your Checkly account and is used to authenticate requests to the Checkly API.Checkly Account ID
- This is the account ID of your Checkly account.
Connecting Checkly to Keep
-
Open Checkly dashboard and click on your profile picture in the top right corner.
-
Click on
User Settings
.
- Open the
API Keys
tab and click onCreate API Key
to generate a new API key.
-
Copy the API key.
-
Open
General
tab under Account Settings and copy theAccount ID
.
- Go to Keep, add Checkly as a provider and enter the API key and Account ID in the respective fields and click on
Connect
.
Webhooks Integration
- Open Checkly dashboard and open
Alerts
tab in the left sidebar.
- Click on
Add more channels
- Select
Webhook
from the list of available channels.
-
Enter a name for the webhook, select the method as
POST
-
Enter https://api.keephq.dev/alerts/event/checkly as the URL.
-
Copy the below snippet and paste in the
Body
of Webhook. Refer the screenshot below for reference.
- Go to Headers tab and add a new header with key as
X-API-KEY
and create a new API key in Keep and paste it as the value and save the webhook.
-
Follow the below steps to create a new API key in Keep.
-
Go to Keep dashboard and click on the profile icon in the botton left corner and click
Settings
.
- Select
Users and Access
tab and then selectAPI Keys
tab and create a new API key.
- Give name and select the role as
webhook
and click onCreate API Key
.
- Use the generated API key in the
X-API-KEY
header of the webhook created in Checkly.