> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/general/create-a-webhook.md).

# Create a webhook

Webhooks are a mechanism that allows your web application to automatically receive notifications about events happening in other applications or systems. They are particularly useful for integrating different services and automating processes.

To create a webhook, navigate to the "Integration" section and switch to "Webhooks".

<figure><img src="https://files.readme.io/dc49e22-image.png" alt=""><figcaption></figcaption></figure>

<br>

<figure><img src="https://files.readme.io/3ea6dc0-image.png" alt=""><figcaption></figcaption></figure>

Then follow the simple creation process provided by the interface:

Enter the URL for the webhook.

<figure><img src="https://files.readme.io/8084d8a-image.png" alt=""><figcaption></figcaption></figure>

Subscribe to the types of events you wish to receive notifications for.

<figure><img src="https://files.readme.io/5764c7a-image.png" alt=""><figcaption></figcaption></figure>

Be sure to save the webhook keys.

<figure><img src="https://files.readme.io/ff5d9d8-image.png" alt=""><figcaption></figcaption></figure>

The interface provides an option to test the webhook's functionality.

<figure><img src="https://files.readme.io/36e3912-image.png" alt=""><figcaption></figcaption></figure>

However, webhooks can also pose certain risks, such as the potential for malicious actors to use them for attacks on your system. Therefore, it's important to prioritize security and use reliable authentication and authorization methods when working with webhooks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.calypso.money/get-started-with-calypso-ui/general/create-a-webhook.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.
