# Webhooks

You can configure Webhooks in the Settings section:<br>

<figure><img src="/files/YJ7R2j54M8HJRUTlWsdl" alt=""><figcaption></figcaption></figure>

There are 2 types of them:

### 1. Discord URL

This type of webhooks is sent to the specified channel. They specify the following actions with licenses:\
— renewal\
— unbind\
— deletion<br>

<div align="left"><figure><img src="/files/GxYfo10yo85ZgYysXqga" alt="" width="375"><figcaption></figcaption></figure></div>

### 2. API URL

&#x20;:warning: This type is relevant if you use our API in your internal products (apps, extensions etc...)&#x20;

Specify the API URL of your product to receive messages about the following:

Events

1. Changing the license renewal date
2. Removing the license
3. Undind

The initiators of these events may be:

1. The system
2. The license holder (user)
3. Admin (owner)

In addition, full license information will be sent (license key, owner username, renewal date, etc)


---

# 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://cactus-1.gitbook.io/cactusdash-guide/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.
