Setup time: 3 Min
1. Create Checkly Integration on All Quiet
Sign in to your All Quiet account.Create Integration
- Click on the
Integrations > Inbound
tab. - Click on
Create New Integration
.

Select Checkly as the integration’s type
- Enter a display name for your integration, e.g.
Checkly
. - Select a team.
- Select
Checkly
as the integration’s type. - Click
Create inbound integration
.

Copy Webhook URL
After creating the integration on All Quiet, you can view and copy the webhook URL. You will require this URL in step 2 when configuring the custom integration on Checkly.
2. Configure a custom integration with Checkly
Once you’ve set up an integration of type “Checkly” with All Quiet, the next crucial steps involve configuring your Checkly alerts. This is essential for ensuring that your monitoring setup can effectively send incidents to the All Quiet webhook. First, you need to sign in to your Checkly Account.- Open
Alerts
- Click
Add more channels

Webhook
as the channel type.

- Select a name for the webhook, e.g.
All Quiet
. - Method should be
POST
as we want to forward alerts to All Quiet. - As URL, paste in the All Quiet webhook URL you’ve obtained in step Get The All Quiet Webhook URL.
- For double security, you can select the tab
Webhook secret
and generate a webhook secret.


- Paste the webhook secret.
Save Checkly Settings

BODY
tab.
Paste the following payload into your checkly webhook template.

- Select the type of
Notification Events
for which you would like to create All Quiet alerts. - Activate
Subscriptions
if you want to make sure that alerts for newly created checks will also be sent to All Quiet.

- Test the Webhook. If successful, you will find the generated incident on your All Quiet incident overview (see 2nd screenshot).
- Save the webhook


You’re ready to go. If you set up your integration this way, Checkly will send alerts for all of your checks to All Quiet.
Adjust Payload Mapping
Looking to customize the fields of your incidents by adjusting the pre-built payload mapping? Simply head over to the “Payload” tab within your integration and make the necessary edits to the mapping. For detailed guidance, you may check out our payload mapping documentation.Using our Terraform provider? Download the default mapping of the
allquiet_integration_mapping
resource for the Checkly integration. Simply copy the syntax to your .tf file and tailor the resource to your team’s needs!