# Webhooks

## Overview

Webhooks are automated messages sent from Copia when new activity happens in your Organization. These messages are posted via HTTP to a specific URL of an application that is waiting to receive the message. Webhooks are used by many systems to monitor events in another system, and in some cases even perform actions based on those events.

Copia offers webhooks for many common apps, and also provides a generic, Copia-specific \_\_ webhook for apps not listed.

{% hint style="info" %}
See the [Integrations](/docs/git-based-source-control/integrations.md) section to view an extensive list of available webhook options. If your specific app is not listed, it can likely be supported with the *Copia* selection.
{% endhint %}

## Webhooks for Organizations

Webhooks are available on both the Organization and Repository level.

To enable webhooks for your Organization, click on your Organization from the Dashboard.

![](/files/Bu5OswDFQeOuF9lEuYdd)

Next, click on the teal *Settings* button to navigate to your Organization settings page.

![](/files/OeDxlYQf4Ocqt3jnxCeq)

Select the *Webhooks* tab. Click on the *Add Webhook* button and choose an app to integrate.

![](/files/EgQ3p4LK99f8hSqtoZRE)

Follow the steps required for that webhook. When complete, you should see your webhook displayed in the *Webhooks* section. You can manage your webhook using the teal *Edit* and red *Delete* buttons.

![](/files/4VmaBZEvVWhfnT5fEQ3G)

## Webhooks for Repositories

You can also elect to enable webhooks for specific repositories in your Organization.

Navigate to the repository for which you want to enable webhooks, and click on the *Settings* tab. Choose the *Webhooks* section, click on the *Add Webhook* button, and select an app.

![](/files/8orAfLnoLJmu3PtYuM1z)

Enter in all the information for your webhook. After submitting, you'll see your webhook displayed in the *Webhooks* section. Like with webhooks on the Organization level, editing and deleting your webhook can be done using the teal *Edit* and red *Delete* buttons.

![](/files/i9bVzy1RhDeFUBuvA9ko)


---

# 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.copia.io/docs/git-based-source-control/additional-features/webhooks.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.
