# Healthchecks

[<mark style="color:blue;">Healthchecks</mark>](https://healthchecks.io/) is a cron job monitoring service. It listens for HTTP requests and emails ("pings") from your cron jobs and scheduled tasks ("checks").

Route detailed alerts from Healthchecks to the right users in Squadcast.

### Using Healthchecks as an Alert Source

1. Navigate to **Services** -> **Service Overview** -> select or search for your Service. Expand the accordion -> In the Alert Sources section, click **Add**.

![](/files/ej4AI9zpOyFu5NZJCbwC)

1. Select **Healthchecks**. Copy the displayed **Webhook URL** to [configure](#create-a-squadcast-webhook-alert-in-healthchecks) it within **Healthchecks.** Finish by clicking **Add Alert Source** -> **Done**.

![](/files/BDBqZsh78XNEpM43GAVe)

{% hint style="warning" %}
**Important:**

When an alert source turns Active, it’ll show up under Configured Alert Sources, you can either generate a test alert from the integration or wait for a real-time alert to be generated by the Alert Source. An Alert Source is active if there is a recorded incident via that Alert Source for the Service.
{% endhint %}

### Create a Squadcast Webhook Alert in Healthchecks

**(1)** Login to your Healthchecks dashboard. Select your desired project and head over to the **Integrations** tab.

![](/files/sJNavQn2BeQwsJOzVX1I)

**(2)** Under the **Integrations** tab, select **Webhook** and click on **Add Integration**

![](/files/A2aVK51bd1YRztRAcykq)

**(3)** Now, put in the **Name** and paste the previously copied Squadcast Webhook URL in the **URL** place holder for both **down** and **up** scenarios. Select **POST** as the HTTP Request menthod. Paste the json mentioned below inside the **Request Body** box. Then click on **Save**

```json
{
  "STATUS": "$STATUS",
  "CODE": "$CODE",
  "NOW": "$NOW",
  "NAME": "$NAME",
  "TAGS": "$TAGS"
}
```

![](/files/EplnjJ1vSKQGcjZ0qlUY)

That's it, you are good to go! Your Healthchecks integration is now complete.

Whenever Healthchecks fires an alert, an incident will be created in Squadcast for it. Also, when an alert is resolved in Healthchecks, the corresponding incident gets **auto-resolved** in Squadcast.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.incidents.cloud.solarwinds.com/integrations/alert-source-integrations-native/healthchecks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
