# Webhooks

Webhook é o serviço de notificação sistêmica, que permite a integração assíncrona entre sistemas, notificando o outro sistema através de um <mark style="color:blue;">**gatilho**</mark>.

Ao configurar um webhook você poderá utilizar alguns modelos de <mark style="color:blue;">**autenticação**</mark>, que garantem maior confiança na fonte que está se comunicando com o seu endpoint.

{% hint style="warning" %}
O webhook possui uma função de Retry, a qual irá realizar uma nova tentativa a cada 5 segundos por 3 dias (quando a requisição será abandonada). Durante o período, todas as requisições deste webhook que falharem ficarão em fila, sendo apenas uma tentativa (desta configuração de webhook) a cada 5 segundo. Uma vez que o serviço receba o Ok de seu endpoint, as requisições serão liberadas em sequência, ou seja, uma de cada vez.
{% endhint %}

***

Abaixo temos a lista de api's disponíveis para as funcionalidades do Unico People, que tem uma ação direta com nossos Webhooks.

1. [Create webhook](/unico-people/unico-people-v1/apis/webhooks/create-webhook.md)
2. [Update webhook](/unico-people/unico-people-v1/apis/webhooks/update-webhook.md)
3. [List webhook](/unico-people/unico-people-v1/apis/webhooks/list-webhooks.md)
4. [Delete webhook](/unico-people/unico-people-v1/apis/webhooks/delete-webhook.md)
5. [Ping webhook](/unico-people/unico-people-v1/apis/webhooks/ping-webhook.md)
6. [List webhook deliveries](/unico-people/unico-people-v1/apis/webhooks/list-webhook-deliveries.md)
7. [Get webhook delivery](/unico-people/unico-people-v1/apis/webhooks/get-webhook-delivery.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://devcenter.unico.io/unico-people/unico-people-v1/apis/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.
