# Manage Callbacks

Envelope callback is a functionality that allows you to receive a notification at the respective URL when an envelope appears in the mailbox according to configured filters. You can set up callbacks for mailboxes to receive envelope notifications outside our platform. This is done via API.

### Open callbacks

![](https://docs.docstudio.com/en/latest/_images/callbacksChooseMailbox.png)

1. Navigate to Callback tab in the admin panel.
2. In the drop-down list, select the mailbox whose callbacks you want to display.

A list of callbacks will be displayed for the selected mailbox if callbacks have been configured via the API. Otherwise, the page will be displayed as an empty folder.

### Callback list columns

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

The list of callbacks contains the following information:

1. Callback URL.
2. Authentication type:\
   — basic\
   — none
3. Success code.
4. Filter — list of specified filters for a specific callback.
5. Action buttons:\
   — settings\
   — delete


---

# 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.docstudio.com/admin-panel/webhooks-callbacks/callbacks-admin-ui/manage-callbacks.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.
