> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/cloud/it/concepts/advanced-concepts/webhooks.md).

# Webhook

I webhook consentono a Devolutions Cloud di inviare notifiche di eventi in tempo reale a sistemi esterni come strumenti di chat, piattaforme di ticketing o servizi di automazione. Gli amministratori configurano gli endpoint dei webhook e gli ambiti degli eventi in modo che, quando si verificano azioni specifiche come la creazione di una voce, la modifica delle autorizzazioni o le approvazioni di accesso privilegiato, Devolutions Cloud invii un payload JSON strutturato all'URL di destinazione.

In questo modo gli eventi di Devolutions Cloud diventano trigger di automazione. Ad esempio, un webhook può aprire un ticket quando una cassaforte sensibile acquisisce un nuovo membro, pubblicare un messaggio in un canale di chat quando viene effettuato il check-out di una password ad alto rischio oppure richiamare uno strumento di orchestrazione che avvia ulteriori passaggi di convalida. I webhook integrano i log e i report incorporati anziché sostituirli.

#### Argomenti correlati

* [Inviare notifiche in tempo reale a servizi esterni con i webhook](/cloud/it/knowledge-base/how-to-articles/send-real-time-notifications-to-external-services-with-webhooks.md)
* [Interfaccia web](/cloud/it/web-interface.md)
* [Report sugli accessi privilegiati](/cloud/it/web-interface/reports/privileged-access.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/cloud/it/concepts/advanced-concepts/webhooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
