# Webhooks

Puede usar las suscripciones de webhook para recibir notificaciones sobre los eventos particulares de un servicio o sus paradas. Después de suscribirse a un webhook, puede dejar que su aplicación ejecute el código inmediatamente después de que ocurra un evento específico, en lugar de tener que realizar llamadas API periódicas para verificar su estado. Por ejemplo, puede confiar en los webhooks para desencadenar una acción en su aplicación cuando el mensajero tome el servicio, o cuando el mensajero finalize un servicio, lo que garantiza que sus aplicaciones sean más eficientes y se actualicen rápidamente.


---

# 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://apidocs.rapigo.co/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.
