# Registro de Webhooks

Sabemos que trabajar con webhooks de terceros puede ser un desafío, especialmente al momento de depurar problemas. Para facilitar este proceso, en ZapSign puedes **consultar todos los webhooks enviados en los últimos 7 días** directamente desde tu cuenta.

### ¿Cómo acceder a los registros de webhooks?

1. Ve a **Ajustes  > Integraciones > API ZapSign > Webhooks**.
2. Allí podrás visualizar el historial de webhooks enviados, incluyendo información detallada de cada uno, lo que te ayudará a identificar posibles errores o inconsistencias.

![](/files/SxHBq7rK1yayErH79uRV)

#### ¿Ves webhooks duplicados?&#x20;

Esto sucede cuando tu aplicación devuelve un estado diferente a 200 al recibir un webhook. En estos casos, ZapSign intentará reenviar el webhook varias veces para asegurarse de que la notificación llegue correctamente.

{% hint style="info" %}
**Consejo:** Asegúrate de que tu endpoint esté configurado para devolver un estado **200** cuando reciba y procese correctamente el webhook. Esto evitará reenvíos innecesarios y posibles duplicados.
{% endhint %}


---

# 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.zapsign.com.br/espanol/webhooks/logs-de-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.
