# Webhook

{% hint style="warning" %}
Webhook Notification Channel is getting an upgrade: meet [Webhook Connected App](/integrations/connected-apps/generic-webhook.md)
{% endhint %}

## Configuring Webhook Integration in groundcover

1. In groundcover, Go to **Settings → Integrations**.
2. Click on Webhook Integration

<figure><img src="/files/lAyXxgpHlge7a4QP0Lto" alt=""><figcaption><p>Webhook Integration Card</p></figcaption></figure>

3. Fill in a Webhook name
4. Fill Webhook details
   1. Select an HTTP method: `GET` / `POST` / `PUT` / `DELETE`
   2. Enter your URL
   3. Optional: Add Authentication headers, you can either add `basic auth` user and password, or an API Key. (Can't do both)
   4. Optional: Add custom headers, by adding key and value pairs
5. Save.

<figure><img src="/files/SrfNmWbzDxbKccxwOqna" alt="" width="563"><figcaption></figcaption></figure>

## Workflow Webhook Examples

* [incident.io](/use-groundcover/workflows/full-webhook-examples/incident.io.md)
* [MS Teams](/use-groundcover/workflows/full-webhook-examples/ms-teams.md)
* [Jira Ticket Creation](/use-groundcover/workflows/integration-examples.md#jira-ticket-creation)
* [Email via Zapier](/use-groundcover/workflows/full-webhook-examples/send-groundcover-alerts-to-email-via-zapier.md)


---

# 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://docs.groundcover.com/integrations/workflow-integrations/webhook-integration.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.
